Свойство | Type | Description | |
---|---|---|---|
newHeight | int | ||
newWidth | int |
Méthode | Description | |
---|---|---|
SimpleQuadrilateralTransformation ( ) : AForge |
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 |
Méthode | Description | |
---|---|---|
CalculateNewImageSize ( UnmanagedImage sourceData ) : |
Calculates new image size.
|
|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
Méthode | Description | |
---|---|---|
CalculateDestinationSize ( ) : void |
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : |
||
sourceData | UnmanagedImage | Source image data. |
Résultat |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
Résultat | void |
public SimpleQuadrilateralTransformation ( ) : AForge | ||
Résultat | AForge |
public SimpleQuadrilateralTransformation ( List |
||
sourceQuadrilateral | List |
Corners of the source quadrilateral area. |
Résultat | AForge |
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. |
Résultat | AForge |