Class WarpPerspective
Represents an operator that applies a perspective transformation to each image in the sequence.
public class WarpPerspective : Transform<IplImage, IplImage>
- Inheritance
-
WarpPerspective
- Inherited Members
Properties
- Destination
Gets or sets the coordinates of the four corresponding quadrangle vertices in the output image.
- FillValue
Gets or sets the value to which all outlier pixels will be set to.
- Flags
Gets or sets a value specifying the interpolation and operation flags for the image warp.
- Source
Gets or sets the coordinates of the four source quadrangle vertices in the input image.
Methods
- Process(IObservable<IplImage>)
Applies a perspective transformation to each image in an observable sequence.