ImageTColor, TDepth_Flip Method |
http://www.emgu.com Inplace flip the image
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void _Flip(
FlipType flipType
)
Public Sub _Flip (
flipType As FlipType
)
public:
void _Flip(
FlipType flipType
)
member _Flip :
flipType : FlipType -> unit
Parameters
- flipType
- Type: Emgu.CV.CvEnumFlipType
The type of the flipping
Return Value
Type:
The flipped copy of
this image
See Also