Package boofcv.alg.filter.binary.impl
-
Class Summary Class Description BinaryThinning Applies binary thinning operators to the input image.ImplBinaryBorderOps Binary operations performed only along the image's border.ImplBinaryImageOps Implementation for all operations which are not seperated by inner and outer algorithmsImplBinaryImageOps_MT Implementation for all operations which are not seperated by inner and outer algorithmsImplBinaryInnerOps Optimized binary operations for the interior of an image only.ImplBinaryInnerOps_MT Optimized binary operations for the interior of an image only.ImplBinaryNaiveOps Simple unoptimized implementations of binary operations.ImplThresholdImageOps Operations for thresholding images and converting them into a binary image.ImplThresholdImageOps_MT Operations for thresholding images and converting them into a binary image.ThresholdBlockMean_F32 Implementation ofThresholdBlockMean
for input images of typeGrayU8
ThresholdBlockMean_U8 Implementation ofThresholdBlockMean
for input images of typeGrayU8
ThresholdBlockMinMax_F32 Implementation ofThresholdBlockMinMax
for input images of typeGrayF32
ThresholdBlockMinMax_U8 Implementation ofThresholdBlockMinMax
for input images of typeGrayU8