Click or drag to resize
Accord.NET (logo)

BackwardQuadrilateralTransformationSourceUnmanagedImage Property

Source unmanaged image to be transformed into specified quadrilateral.

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

Property Value

Type: UnmanagedImage
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 SourceImage property - only one source image is allowed: managed or unmanaged.

See Also