Click or drag to resize
Accord.NET (logo)

HaralickCellSize Property

Gets the size of a cell, in pixels. A value of 0 means the cell will have the size of the image. Default is 0 (uses the entire image).

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

Property Value

Type: Int32
See Also