ImageTColor, TDepthFlip Method |
http://www.emgu.com Return a flipped copy of the current image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic Image<TColor, TDepth> Flip(
FlipType flipType
)
Public Function Flip (
flipType As FlipType
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Flip(
FlipType flipType
)
member Flip :
flipType : FlipType -> Image<'TColor, 'TDepth>
Parameters
- flipType
- Type: Emgu.CV.CvEnumFlipType
The type of the flipping
Return Value
Type:
ImageTColor,
TDepth The flipped copy of
this image
See Also