|
BaseRotateFilter Constructor (Double)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxprotected BaseRotateFilter(
double angle
)
Protected Sub New (
angle As Double
)
Request Example
View SourceParameters
- angle
- Type: SystemDouble
Rotation angle.
RemarksThis constructor sets KeepSize property to false.
See Also