Uses of Package
boofcv.alg.filter.binary
Packages that use boofcv.alg.filter.binary
Package
Description
-
Classes in boofcv.alg.filter.binary used by boofcv.abst.filter.binaryClassDescriptionInternal and externals contours for a binary blob with the actual points stored in a
PackedSetsPoint2D_I32
. -
Classes in boofcv.alg.filter.binary used by boofcv.alg.filter.binaryClassDescriptionInternal and externals contours for a binary blob.Internal and externals contours for a binary blob with the actual points stored in a
PackedSetsPoint2D_I32
.Computes image statistics in regularly spaced blocks across the image.Local Otsu thresholding where each pixel is thresholded by computing theGThresholdImageOps.computeOtsu2(int[], int, int)
Otsu-2} using its local region This implementation includes a modification from the traditional Otsu algorithm.Several related algorithms based off the Niblack's [1] paper which are intended for use in thresholding images as a preprocessing step for OCR.Which variant of this family is computed -
Classes in boofcv.alg.filter.binary used by boofcv.alg.filter.binary.implClassDescriptionApplies a threshold to an image by computing the mean values in a regular grid across the image.Applies a threshold to an image by computing the min and max values in a regular grid across the image.
-
Classes in boofcv.alg.filter.binary used by boofcv.alg.shapes.ellipseClassDescriptionInternal and externals contours for a binary blob with the actual points stored in a
PackedSetsPoint2D_I32
. -
Classes in boofcv.alg.filter.binary used by boofcv.alg.shapes.polygonClassDescriptionInternal and externals contours for a binary blob with the actual points stored in a
PackedSetsPoint2D_I32
. -
Classes in boofcv.alg.filter.binary used by boofcv.factory.filter.binary
-
Classes in boofcv.alg.filter.binary used by boofcv.gui.binary