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: 4.1.1.3497 (4.1.1.3497)
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 which to fill the background

Return Value

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