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: 3.1.0.2282 (3.1.0.2282)
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