Click or drag to resize

ImageTColor, TDepthFlip Method

http://www.emgu.com
Return a flipped copy of the current image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<TColor, TDepth> Flip(
	FlipType flipType
)

Parameters

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

Return Value

Type: ImageTColor, TDepth
The flipped copy of this image
See Also