|
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
)
Public Sub New (
cellSize As Integer,
normalize As Boolean
)
Request Example
View SourceParameters
- 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