|
BackwardQuadrilateralTransformationUseInterpolation Property
|
Specifies if bilinear interpolation should be used or not.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public bool UseInterpolation { get; set; }
Public Property UseInterpolation As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks Default value is set to - interpolation
is used.
See Also