Свойство | Тип | Описание | |
---|---|---|---|
newHeight | int | ||
newWidth | int |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CalculateNewImageSize ( UnmanagedImage sourceData ) : |
Calculates new image size.
|
|
ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void |
Process the filter on the specified image.
|
Метод | Описание | |
---|---|---|
CalculateDestinationSize ( ) : void |
protected CalculateNewImageSize ( UnmanagedImage sourceData ) : |
||
sourceData | UnmanagedImage | Source image data. |
Результат |
protected ProcessFilter ( UnmanagedImage sourceData, UnmanagedImage destinationData ) : void | ||
sourceData | UnmanagedImage | Source image data. |
destinationData | UnmanagedImage | Destination image data. |
Результат | void |
public SimpleQuadrilateralTransformation ( ) : System | ||
Результат | System |
public SimpleQuadrilateralTransformation ( List |
||
sourceQuadrilateral | List |
Corners of the source quadrilateral area. |
Результат | 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. |
Результат | System |