Property | Type | Description | |
---|---|---|---|
newHeight | int | ||
newWidth | int |
Method | Description | |
---|---|---|
SimpleQuadrilateralTransformation ( ) : System |
Initializes a new instance of the SimpleQuadrilateralTransformation class.
|
|
SimpleQuadrilateralTransformation ( List |
Initializes a new instance of the SimpleQuadrilateralTransformation class. This constructor sets AutomaticSizeCalculaton to |
|
SimpleQuadrilateralTransformation ( List |
Initializes a new instance of the SimpleQuadrilateralTransformation 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.
|
Method | Description | |
---|---|---|
CalculateDestinationSize ( ) : void |
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 SimpleQuadrilateralTransformation ( ) : System | ||
return | System |
public SimpleQuadrilateralTransformation ( List |
||
sourceQuadrilateral | List |
Corners of the source quadrilateral area. |
return | System |
public SimpleQuadrilateralTransformation ( List |
||
sourceQuadrilateral | 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 |