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