Class Flip
Represents an operator that flips each image in the sequence around the vertical, horizontal or both axes.
public class Flip : Transform<IplImage, IplImage>
- Inheritance
-
Flip
- Inherited Members
Properties
- Mode
Gets or sets a value specifying how to flip the image.
Methods
- Process(IObservable<IplImage>)
Flips each image in an observable sequence around the vertical, horizontal or both axes.