Click or drag to resize
Accord.NET (logo)

Haralick Constructor (Int32, Boolean)

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(
	int cellSize,
	bool normalize
)
Request Example View Source

Parameters

cellSize
Type: SystemInt32
The size of a computing cell, measured in pixels. Default is 0 (use whole image at once).
normalize
Type: SystemBoolean
Whether to normalize generated histograms. Default is false.
See Also