Package boofcv.abst.filter.binary
package boofcv.abst.filter.binary
-
ClassDescriptionInterface for finding contours around binary blobs.Wrapper around
LinearExternalContours
Helper function that makes it easier to adjust the size of the binary image when working with a padded or unpadded contour finding algorithm.Common interface for binary contour findersMany contour algorithms require that the binary image has an outside border of all zeros.Class for binary filtersInterface for finding contours around binary blobs and labeling the image at the same time.Wrapper aroundLinearContourLabelChang2004
forBinaryLabelContourFinder
GlobalBinaryFilter<T extends ImageGray<T>>Base class for computing global thresholdsGlobalBinaryFilter.Entropy<T extends ImageGray<T>>Computes a threshold based on entropy to create a binary imageGlobalBinaryFilter.Huang<T extends ImageGray<T>>Computes a threshold using Huang's equation.GlobalBinaryFilter.Li<T extends ImageGray<T>>Computes a threshold using Li's equation.GlobalBinaryFilter.Otsu<T extends ImageGray<T>>Computes a threshold using Otsu's equation.GlobalFixedBinaryFilter<T extends ImageGray<T>>Applies a fixed threshold to an image.InputToBinary<Input extends ImageBase<Input>>Interface for threshold filtersInputToBinarySwitch<T extends ImageGray<T>>InputToBinary
which will convert the input image into the specified type prior to processing.LocalGaussianBinaryFilter<T extends ImageGray<T>>Adaptive/local threshold using a Gaussian regionLocalMeanBinaryFilter<T extends ImageGray<T>>Adaptive/local threshold using a square region