Uses of Class
boofcv.abst.filter.binary.GlobalBinaryFilter
Packages that use GlobalBinaryFilter
-
Uses of GlobalBinaryFilter in boofcv.abst.filter.binary
Subclasses of GlobalBinaryFilter in boofcv.abst.filter.binaryModifier and TypeClassDescriptionstatic classGlobalBinaryFilter.Entropy<T extends ImageGray<T>>Computes a threshold based on entropy to create a binary imagestatic classGlobalBinaryFilter.Huang<T extends ImageGray<T>>Computes a threshold using Huang's equation.static classGlobalBinaryFilter.Li<T extends ImageGray<T>>Computes a threshold using Li's equation.static classGlobalBinaryFilter.Otsu<T extends ImageGray<T>>Computes a threshold using Otsu's equation.