|
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
Syntaxpublic Bitmap SourceImage { get; set; }Public Property SourceImage As Bitmap
Get
Set
Request Example
View SourceProperty Value
Type:
Bitmap
RemarksThe property sets the source image, which will be transformed
to the specified quadrilateral and put into destination image the filter is applied to.
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 |
|---|
| Setting this property will clear the SourceUnmanagedImage property -
only one source image is allowed: managed or unmanaged. |
See Also