Table of Contents

Enum FlipType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Enumeration used by cvFlip

public enum FlipType

Fields

Both = -1

Flip both vertically and horizontally

Horizontal = 1

Flip horizontally

Vertical = 0

Vertical flipping of the image to switch between top-left and bottom-left image origin.