Uses of Interface
boofcv.alg.filter.binary.ThresholdBlock.BlockProcessor
-
Uses of ThresholdBlock.BlockProcessor in boofcv.alg.filter.binary
Modifier 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
.Modifier and TypeFieldDescriptionprotected ThresholdBlock.BlockProcessor<T,
S> ThresholdBlock.original
Modifier and TypeFieldDescriptionprotected RecycleStack<ThresholdBlock.BlockProcessor<T,
S>> ThresholdBlock.processors
Modifier and TypeMethodDescriptionThresholdBlock.BlockProcessor.copy()
Creates a copy.ThresholdBlockOtsu.copy()
ModifierConstructorDescriptionThresholdBlock
(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
Modifier 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