|
QuadrilateralTransformation Constructor (ListIntPoint, Int32, Int32)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public QuadrilateralTransformation(
List<IntPoint> sourceQuadrilateral,
int newWidth,
int newHeight
)
Public Sub New (
sourceQuadrilateral As List(Of IntPoint),
newWidth As Integer,
newHeight As Integer
)
Request Example
View SourceParameters
- sourceQuadrilateral
- Type: System.Collections.GenericListIntPoint
Corners of the source quadrilateral area. - newWidth
- Type: SystemInt32
Width of the new transformed image. - newHeight
- Type: SystemInt32
Height of the new transformed image.
Remarks This constructor sets AutomaticSizeCalculaton to
, which means that destination image will have width and
height as specified by user.
See Also