Class GlobalFixedBinaryFilter<T extends ImageGray<T>>

java.lang.Object
boofcv.abst.filter.binary.GlobalFixedBinaryFilter<T>
All Implemented Interfaces:
InputToBinary<T>

public class GlobalFixedBinaryFilter<T extends ImageGray<T>> extends Object implements InputToBinary<T>
Applies a fixed threshold to an image.
See Also: