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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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