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 TypeClassDescriptionclass
ThresholdBlockMean<T extends ImageGray<T>>
Applies a threshold to an image by computing the mean values in a regular grid across the image.class
ThresholdBlockMinMax<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.class
Block Otsu threshold implementation based onThresholdBlock
.Fields in boofcv.alg.filter.binary declared as ThresholdBlock.BlockProcessorModifier and TypeFieldDescriptionprotected ThresholdBlock.BlockProcessor<T,
S> ThresholdBlock.original
Fields in boofcv.alg.filter.binary with type parameters of type ThresholdBlock.BlockProcessorModifier and TypeFieldDescriptionprotected RecycleStack<ThresholdBlock.BlockProcessor<T,
S>> ThresholdBlock.processors
Methods 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 TypeClassDescriptionclass
Implementation ofThresholdBlockMean
for input images of typeGrayU8
class
Implementation ofThresholdBlockMean
for input images of typeGrayU8
class
Implementation ofThresholdBlockMinMax
for input images of typeGrayF32
class
Implementation ofThresholdBlockMinMax
for input images of typeGrayU8
Methods in boofcv.alg.filter.binary.impl that return ThresholdBlock.BlockProcessor