Uses of Class
boofcv.factory.filter.binary.ConfigThreshold
Packages that use ConfigThreshold
Package
Description
-
Uses of ConfigThreshold in boofcv.abst.fiducial.calib
Fields in boofcv.abst.fiducial.calib declared as ConfigThresholdModifier 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
Fields in boofcv.factory.feature.detect.line declared as ConfigThresholdModifier and TypeFieldDescriptionConfigHoughBinary.thresholdImage
How the image is thresholded ifConfigHoughBinary.Binarization.IMAGE
is selected -
Uses of ConfigThreshold in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as ConfigThresholdModifier 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 formatMethods in boofcv.factory.fiducial with parameters of type ConfigThresholdModifier 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
Subclasses of ConfigThreshold in boofcv.factory.filter.binaryModifier and TypeClassDescriptionclass
Configuration forThresholdBlockMinMax
class
Configuration for all threshold types.Methods in boofcv.factory.filter.binary with type parameters of type ConfigThresholdModifier and TypeMethodDescriptionstatic <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, int width) static <T extends ConfigThreshold>
TConfigThreshold.local
(ThresholdType type, ConfigLength width) Methods in boofcv.factory.filter.binary that return ConfigThresholdModifier and TypeMethodDescriptionstatic ConfigThreshold
ConfigThreshold.fixed
(double value) static ConfigThreshold
ConfigThreshold.global
(ThresholdType type) ConfigThreshold.setTo
(ConfigThreshold src) Methods in boofcv.factory.filter.binary with parameters of type ConfigThresholdModifier 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