![]() |
SimpleQuadrilateralTransformationAutomaticSizeCalculaton Property |
Namespace: Accord.Imaging.Filters
The property specifies how to calculate size of destination (transformed) image. If the property is set to , then NewWidth and NewHeight properties have effect and destination image's size is specified by user. If the property is set to , then setting the above mentioned properties does not have any effect, but destionation image's size is automatically calculated from SourceQuadrilateral property - width and height come from length of longest edges.
Default value is set to .