Class InputToBinarySwitch<T extends ImageGray<T>>

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

public class InputToBinarySwitch<T extends ImageGray<T>> extends Object implements InputToBinary<T>
InputToBinary which will convert the input image into the specified type prior to processing.