프로퍼티 | 타입 | 설명 | |
---|---|---|---|
newHeight | int | ||
newWidth | int |
메소드 | 설명 | |
---|---|---|
QuadrilateralTransformation ( ) : System |
Initializes a new instance of the QuadrilateralTransformation class.
|
|
QuadrilateralTransformation ( List |
Initializes a new instance of the QuadrilateralTransformation class. This constructor sets AutomaticSizeCalculaton to |
|
QuadrilateralTransformation ( List |
Initializes a new instance of the QuadrilateralTransformation 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 QuadrilateralTransformation ( List |
||
sourceQuadrilateral | List |
Corners of the source quadrilateral area. |
리턴 | System |
public QuadrilateralTransformation ( 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 |