|
HistogramsOfOrientedGradients Constructor (Int32, Int32, Int32)
|
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
)
Public Sub New (
Optional numberOfBins As Integer = 9,
Optional blockSize As Integer = 3,
Optional cellSize As Integer = 6
)
Request Example
View SourceParameters
- 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