DistortMethod enum

Represent an image distortion method.

Inheritance

Constructors

DistortMethod()
const

Values

UndefinedDistortion → const DistortMethod
AffineDistortion → const DistortMethod
AffineProjectionDistortion → const DistortMethod
ScaleRotateTranslateDistortion → const DistortMethod
PerspectiveDistortion → const DistortMethod
PerspectiveProjectionDistortion → const DistortMethod
BilinearForwardDistortion → const DistortMethod
BilinearReverseDistortion → const DistortMethod
PolynomialDistortion → const DistortMethod
ArcDistortion → const DistortMethod
PolarDistortion → const DistortMethod
DePolarDistortion → const DistortMethod
Cylinder2PlaneDistortion → const DistortMethod
Plane2CylinderDistortion → const DistortMethod
BarrelDistortion → const DistortMethod
BarrelInverseDistortion → const DistortMethod
ShepardsDistortion → const DistortMethod
ResizeDistortion → const DistortMethod
SentinelDistortion → const DistortMethod
RigidAffineDistortion → const DistortMethod

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Constants

BilinearDistortion → const DistortMethod
values → const List<DistortMethod>
A constant List of the values in this enum, in order of their declaration.