Click or drag to resize
Accord.NET (logo)

HistogramsOfOrientedGradients Constructor (Int32, Int32, Int32)

Initializes a new instance of the HistogramsOfOrientedGradients class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public HistogramsOfOrientedGradients(
	int numberOfBins = 9,
	int blockSize = 3,
	int cellSize = 6
)
Request Example View Source

Parameters

numberOfBins (Optional)
Type: SystemInt32
The number of histogram bins.
blockSize (Optional)
Type: SystemInt32
The size of a block, measured in cells.
cellSize (Optional)
Type: SystemInt32
The size of a cell, measured in pixels.
See Also