Package boofcv.abst.filter.binary
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.
-
Constructor Summary
ConstructorDescriptionGlobalFixedBinaryFilter
(double threshold, boolean down, ImageType<T> inputType) -
Method Summary
-
Constructor Details
-
GlobalFixedBinaryFilter
-
-
Method Details
-
process
- Specified by:
process
in interfaceInputToBinary<T extends ImageGray<T>>
-
getInputType
- Specified by:
getInputType
in interfaceInputToBinary<T extends ImageGray<T>>
-