Package boofcv.abst.filter.binary
-
Interface Summary Interface Description BinaryContourFinder Interface for finding contours around binary blobs.BinaryContourInterface Common interface for binary contour findersBinaryContourInterface.Padded Many contour algorithms require that the binary image has an outside border of all zeros.BinaryLabelContourFinder Interface for finding contours around binary blobs and labeling the image at the same time.InputToBinary<Input extends ImageBase<Input>> Interface for threshold filters -
Class Summary Class Description BinaryContourFinderLinearExternal Wrapper aroundLinearExternalContours
BinaryContourHelper Helper function that makes it easier to adjust the size of the binary image when working with a padded or unpadded contour finding algorithm.BinaryFilters Class for binary filtersBinaryFilters.Dilate4 BinaryFilters.Dilate8 BinaryFilters.Edge4 BinaryFilters.Edge8 BinaryFilters.Erode4 BinaryFilters.Erode8 BinaryFilters.Invert BinaryFilters.RemovePointNoise BinaryFilters.Thin BinaryLabelContourFinderChang2004 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.InputToBinarySwitch<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