Click or drag to resize
Accord.NET (logo)

BaseRotateFilter Constructor (Double, Boolean)

Initializes a new instance of the BaseRotateFilter class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
protected BaseRotateFilter(
	double angle,
	bool keepSize
)
Request Example View Source

Parameters

angle
Type: SystemDouble
Rotation angle.
keepSize
Type: SystemBoolean
Keep image size or not.
See Also