Click or drag to resize
Accord.NET (logo)

Haralick Constructor (CooccurrenceDegree)

Initializes a new instance of the Haralick class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public Haralick(
	params CooccurrenceDegree[] degrees
)
Request Example View Source

Parameters

degrees
Type: Accord.ImagingCooccurrenceDegree
The angulation degrees on which the Haralick's features should be computed. Default is to use all directions.
See Also