Known Indirect Subclasses
| ImageProcessor |
ImageProcessor is a helper class for preprocessing and postprocessing TensorImage. |
| SequentialProcessor<T> |
A processor base class that chains a serial of Operator<T> and executes them. |
| TensorProcessor |
TensorProcessor is a helper class for preprocessing and postprocessing tensors. |
|
Processes T object with prepared Operator<T>.
Public Methods
public
abstract
T
process
(T input)