The Builder to create an ImageProcessor, which could be executed later.
|
Builder()
|
| Builder<TensorImage> | |
| ImageProcessor.Builder | |
| ImageProcessor.Builder | |
| ImageProcessor |
build()
Completes the building process and gets the
ImageProcessor instance. |
Adds a TensorOperator into the Operator chain. In execution, the processor calls
TensorImage.getTensorBuffer() to transform the TensorImage by transforming
the underlying TensorBuffer.
| op | the Operator instance to be executed then |
|---|
Adds an ImageOperator into the Operator chain.
| op | the Operator instance to be executed then |
|---|