Click or drag to resize

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)
Syntax
public void _Flip(
	FlipType flipType
)

Parameters

flipType
Type: Emgu.CV.CvEnumFlipType
The type of the flipping

Return Value

Type: 
The flipped copy of this image
See Also