Click or drag to resize
Accord.NET (logo)

BackwardQuadrilateralTransformationSourceImage Property

Source image to be transformed into specified quadrilateral.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Bitmap SourceImage { get; set; }
Request Example View Source

Property Value

Type: Bitmap
Remarks

The property sets the source image, which will be transformed to the specified quadrilateral and put into destination image the filter is applied to.

Note Note
The source image must have the same pixel format as a destination image the filter is applied to. Otherwise exception will be generated when filter is applied.

Note Note
Setting this property will clear the SourceUnmanagedImage property - only one source image is allowed: managed or unmanaged.

See Also