Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
Remarks

The property specifies the percentage of source pixels' to take. The rest is taken from an overlay image.

See Also