Click or drag to resize
Accord.NET (logo)

SobelEdgeDetectorScaleIntensity Property

Scale intensity or not.

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

Property Value

Type: Boolean
Remarks

The property determines if edges' pixels intensities of the result image should be scaled in the range of the lowest and the highest possible intensity values.

Default value is set to .

See Also