Click or drag to resize
Accord.NET (logo)

HaralickMode Enumeration

Haralick's operation modes.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public enum HaralickMode
Members
  Member nameValueDescription
Average0 Features will be combined using Average(Int32).
AverageWithRange1 Features will be combined using AverageWithRange(Int32).
Combine2 Features will be combined using Combine(Int32).
NormalizedAverage3 Features will be combined using Normalize(Int32).
See Also