Click or drag to resize
Accord.NET (logo)

HaralickMode Property

Gets or sets the mode of operation of this Haralick's textural feature extractor.

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

Property Value

Type: HaralickMode
A value from the HaralickMode enumeration specifying how the different features should be combined.
Remarks
The mode determines how the different features captured by the HaralickDescriptor are combined.
See Also