www.emgu.com/wiki Return a filpped copy of the current image

Declaration Syntax
public Image<TColor, TDepth> Flip(
FLIP flipType
)
Public Function Flip ( _
flipType As FLIP _
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Flip(
FLIP flipType
)

Parameters
- flipType (FLIP)
- The type of the flipping

Return Value
The flipped copy of this image
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.3.0.0 (1.3.0.0)