메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter ( |
Process the filter on the specified image.
|
메소드 | 설명 | |
---|---|---|
ProcessFilter16bpc ( |
||
ProcessFilter8bpc ( |
protected ProcessFilter ( |
||
sourceData | Source image data. | |
destinationData | Destination image data. | |
리턴 | void |
public RotateNearestNeighbor ( double angle ) : Accord.Imaging | ||
angle | double | Rotation angle. |
리턴 | Accord.Imaging |
public RotateNearestNeighbor ( double angle, bool keepSize ) : Accord.Imaging | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
리턴 | Accord.Imaging |
public RotateNearestNeighbor ( double angle ) : System | ||
angle | double | Rotation angle. |
리턴 | System |
public RotateNearestNeighbor ( double angle, bool keepSize ) : System | ||
angle | double | Rotation angle. |
keepSize | bool | Keep image size or not. |
리턴 | System |