Uses of Interface
boofcv.alg.filter.binary.ThresholdBlock.BlockProcessor
Packages that use ThresholdBlock.BlockProcessor
-
Uses of ThresholdBlock.BlockProcessor in boofcv.alg.filter.binary
Classes in boofcv.alg.filter.binary that implement ThresholdBlock.BlockProcessorModifier and TypeClassDescriptionclassThresholdBlockMean<T extends ImageGray<T>>Applies a threshold to an image by computing the mean values in a regular grid across the image.classThresholdBlockMinMax<T extends ImageGray<T>,I extends ImageInterleaved<I>> Applies a threshold to an image by computing the min and max values in a regular grid across the image.classBlock Otsu threshold implementation based onThresholdBlock.Fields in boofcv.alg.filter.binary declared as ThresholdBlock.BlockProcessorModifier and TypeFieldDescriptionprotected ThresholdBlock.BlockProcessor<T,S> ThresholdBlock.originalFields in boofcv.alg.filter.binary with type parameters of type ThresholdBlock.BlockProcessorModifier and TypeFieldDescriptionprotected RecycleStack<ThresholdBlock.BlockProcessor<T,S>> ThresholdBlock.processorsMethods in boofcv.alg.filter.binary that return ThresholdBlock.BlockProcessorModifier and TypeMethodDescriptionThresholdBlock.BlockProcessor.copy()Creates a copy.ThresholdBlockOtsu.copy()Constructors in boofcv.alg.filter.binary with parameters of type ThresholdBlock.BlockProcessorModifierConstructorDescriptionThresholdBlock(ThresholdBlock.BlockProcessor<T, S> processor, ConfigLength requestedBlockWidth, boolean thresholdFromLocalBlocks, Class<T> imageClass) Configures the detectorThresholdBlock_MT(ThresholdBlock.BlockProcessor<T, S> processor, ConfigLength requestedBlockWidth, boolean thresholdFromLocalBlocks, Class<T> imageClass) -
Uses of ThresholdBlock.BlockProcessor in boofcv.alg.filter.binary.impl
Classes in boofcv.alg.filter.binary.impl that implement ThresholdBlock.BlockProcessorModifier and TypeClassDescriptionclassImplementation ofThresholdBlockMeanfor input images of typeGrayU8classImplementation ofThresholdBlockMeanfor input images of typeGrayU8classImplementation ofThresholdBlockMinMaxfor input images of typeGrayF32classImplementation ofThresholdBlockMinMaxfor input images of typeGrayU8Methods in boofcv.alg.filter.binary.impl that return ThresholdBlock.BlockProcessor