Package boofcv.abst.filter.binary
Class InputToBinarySwitch<T extends ImageGray<T>>
java.lang.Object
boofcv.abst.filter.binary.InputToBinarySwitch<T>
- All Implemented Interfaces:
InputToBinary<T>
InputToBinary
which will convert the input image into the specified type prior to processing.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InputToBinarySwitch
- See Also:
-
-
Method Details
-
process
- Specified by:
process
in interfaceInputToBinary<T extends ImageGray<T>>
-
getInputType
- Specified by:
getInputType
in interfaceInputToBinary<T extends ImageGray<T>>
-