ImageTColor, TDepth_Flip Method |
http://www.emgu.com Inplace flip the image
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
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