Class PolarTransform
Provides an abstract base class for operators that apply a polar transform to each image in the sequence.
public abstract class PolarTransform : Transform<IplImage, IplImage>
- Inheritance
-
PolarTransform
- Derived
- Inherited Members
Properties
Center
Gets or sets the transformation center where the output precision is maximal.
public Point2f Center { get; set; }
Property Value
Flags
Gets or sets a value specifying the interpolation and operation flags for the image warp.
public WarpFlags Flags { get; set; }
Property Value
Magnitude
Gets or sets the magnitude scale parameter for the polar transformation.
public double Magnitude { get; set; }