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.thresholdingConfiguration for thresholding the imageConfigCircleHexagonalGrid.thresholdingConfiguration for thresholding the imageConfigCircleRegularGrid.thresholdingConfiguration for thresholding the imageConfigSquareGrid.thresholdingConfiguration 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.thresholdImageHow the image is thresholded ifConfigHoughBinary.Binarization.IMAGEis selected -
Uses of ConfigThreshold in boofcv.factory.fiducial
Fields in boofcv.factory.fiducial declared as ConfigThresholdModifier and TypeFieldDescriptionConfigFiducialHammingDetector.configThresholdConfigAztecCode.thresholdSpecifies how images are thresholded and converted into a binary formatConfigMicroQrCode.thresholdSpecifies how images are thresholded and converted into a binary formatConfigQrCode.thresholdSpecifies how images are thresholded and converted into a binary formatConfigUchiyaMarker.thresholdSpecifies 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 TypeClassDescriptionclassConfiguration forThresholdBlockMinMaxclassConfiguration 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 ConfigThresholdConfigThreshold.fixed(double value) static ConfigThresholdConfigThreshold.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