ImageOperator class abstract

Operates a TensorImage object. Used in ImageProcessor.

Inheritance
Implementers

Constructors

ImageOperator()

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

apply(TensorImage image) TensorImage
See Operator.apply
override
getOutputImageHeight(int inputImageHeight, int inputImageWidth) int
Computes the height of the expected output image when input image size is given.
getOutputImageWidth(int inputImageHeight, int inputImageWidth) int
Computes the width of the expected output image when input image size is given.
inverseTransform(Point<num> point, int inputImageHeight, int inputImageWidth) Point<num>
Transforms a point from coordinates system of the result image back to the one of the input image.
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