Method | Description | |
---|---|---|
QuadrilateralTransformationNearestNeighbor ( List |
Initializes a new instance of the QuadrilateralTransformationNearestNeighbor class. This constructor sets AutomaticSizeCalculaton to |
|
QuadrilateralTransformationNearestNeighbor ( List |
Initializes a new instance of the QuadrilateralTransformationNearestNeighbor class. This constructor sets AutomaticSizeCalculaton to |
Method | Description | |
---|---|---|
CalculateNewImageSize ( UnmanagedImage sourceData ) : |
Calculates new image size.
|
|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : |
||
sourceData | UnmanagedImage | Source image data. |
return |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
return | void |
public QuadrilateralTransformationNearestNeighbor ( List |
||
sourceCorners | List |
Corners of the source quadrilateral area. |
return | System |
public QuadrilateralTransformationNearestNeighbor ( List |
||
sourceCorners | List |
Corners of the source quadrilateral area. |
newWidth | int | Width of the new transformed image. |
newHeight | int | Height of the new transformed image. |
return | System |