Click or drag to resize
ImageTColor, TDepthRotate Method (Double, TColor)
http://www.emgu.com
Rotate the image the specified angle cropping the result to the original size

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> Rotate(
	double angle,
	TColor background
)

Parameters

angle
Type: SystemDouble
The angle of rotation in degrees.
background
Type: TColor
The color with wich to fill the background

Return Value

Type: ImageTColor, TDepth
The image rotates by the specific angle
See Also