|
MorphSourcePercent Property
|
Percent of source image to keep, [0, 1].
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public double SourcePercent { get; set; }
Public Property SourcePercent As Double
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleRemarks The property specifies the percentage of source pixels' to take. The
rest is taken from an overlay image.
See Also