Uses of Class
boofcv.factory.filter.binary.ConfigThreshold
Package
Description
-
Uses of ConfigThreshold in boofcv.abst.fiducial.calib
Modifier and TypeFieldDescriptionConfigChessboardBinary.thresholding
Configuration for thresholding the imageConfigCircleHexagonalGrid.thresholding
Configuration for thresholding the imageConfigCircleRegularGrid.thresholding
Configuration for thresholding the imageConfigSquareGrid.thresholding
Configuration for thresholding the image -
Uses of ConfigThreshold in boofcv.factory.feature.detect.line
Modifier and TypeFieldDescriptionConfigHoughBinary.thresholdImage
How the image is thresholded ifConfigHoughBinary.Binarization.IMAGE
is selected -
Uses of ConfigThreshold in boofcv.factory.fiducial
Modifier and TypeFieldDescriptionConfigFiducialHammingDetector.configThreshold
ConfigAztecCode.threshold
Specifies how images are thresholded and converted into a binary formatConfigMicroQrCode.threshold
Specifies how images are thresholded and converted into a binary formatConfigQrCode.threshold
Specifies how images are thresholded and converted into a binary formatConfigUchiyaMarker.threshold
Specifies how images are thresholded and converted into a binary formatModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
SquareBinary_to_FiducialDetector<T>FactoryFiducial.squareBinary
(ConfigFiducialBinary configFiducial, @Nullable ConfigThreshold configThreshold, Class<T> imageType) Detector for square binary based fiducials.static <T extends ImageGray<T>>
SquareImage_to_FiducialDetector<T>FactoryFiducial.squareImage
(@Nullable ConfigFiducialImage configFiducial, @Nullable ConfigThreshold configThreshold, Class<T> imageType) Detector for square image based fiducials. -
Uses of ConfigThreshold in boofcv.factory.filter.binary
Modifier and TypeClassDescriptionclass
Configuration forThresholdBlockMinMax
class
Configuration for all threshold types.Modifier and TypeMethodDescriptionstatic <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, int width) static <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, ConfigLength width) Modifier and TypeMethodDescriptionstatic ConfigThreshold
ConfigThreshold.fixed
(double value) static ConfigThreshold
ConfigThreshold.global
(ThresholdType type) ConfigThreshold.setTo
(ConfigThreshold src) Modifier and TypeMethodDescriptionConfigThreshold.setTo
(ConfigThreshold src) static <T extends ImageGray<T>>
InputToBinary<T>FactoryThresholdBinary.threshold
(ConfigThreshold config, Class<T> inputType) Creates threshold using a config class