ImageTColor, TDepthFlip Method |
http://www.emgu.com Return a flipped copy of the current image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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