프로퍼티 | 타입 | 설명 | |
---|---|---|---|
newHeight | int | ||
newWidth | int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 ( ) : AForge | ||
리턴 | AForge |
public SimpleQuadrilateralTransformation ( List |
||
sourceQuadrilateral | List |
Corners of the source quadrilateral area. |
리턴 | 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. |
리턴 | AForge |