Method | Description | |
---|---|---|
RotateNearestNeighbor ( double angle ) : Accord.Imaging |
Initializes a new instance of the RotateNearestNeighbor class. This constructor sets BaseRotateFilter.KeepSize property to |
|
RotateNearestNeighbor ( double angle, bool keepSize ) : Accord.Imaging |
Initializes a new instance of the RotateNearestNeighbor class.
|
|
RotateNearestNeighbor ( double angle ) : System |
Initializes a new instance of the RotateNearestNeighbor class. This constructor sets BaseRotateFilter.KeepSize property to |
|
RotateNearestNeighbor ( double angle, bool keepSize ) : System |
Initializes a new instance of the RotateNearestNeighbor class.
|
Method | Description | |
---|---|---|
ProcessFilter ( |
Process the filter on the specified image.
|
Method | Description | |
---|---|---|
ProcessFilter16bpc ( |
||
ProcessFilter8bpc ( |
protected ProcessFilter ( |
||
sourceData | Source image data. | |
destinationData | Destination image data. | |
return | void |
public RotateNearestNeighbor ( double angle ) : Accord.Imaging | ||
angle | double | Rotation angle. |
return | Accord.Imaging |
public RotateNearestNeighbor ( double angle, bool keepSize ) : Accord.Imaging | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
return | Accord.Imaging |
public RotateNearestNeighbor ( double angle ) : System | ||
angle | double | Rotation angle. |
return | System |
public RotateNearestNeighbor ( double angle, bool keepSize ) : System | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
return | System |