DistortMethod enum
Represent an image distortion method.
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
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.