ImageProcessorBuilder class

The Builder to create an ImageProcessor, which could be executed later.

See add to add a TensorOperator or ImageOperator See build complete the building process and get a built Processor

Inheritance

Constructors

ImageProcessorBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Operator op) ImageProcessorBuilder
Adds an ImageOperator or a TensorOperator into the Operator chain.
override
build() ImageProcessor
Completes the building process and gets the {@link ImageProcessor} instance.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited