Class HistogramsOfOrientedGradientsProperties

HistogramsOfOrientedGradientsProperties class

The histograms of oriented gradients properties

public class HistogramsOfOrientedGradientsProperties : IFeatureExtractorProperties

Constructors

NameDescription
HistogramsOfOrientedGradientsProperties()The default constructor.

Properties

NameDescription
BlockSize { get; set; }Gets or sets the size of the block.
CellSize { get; set; }Gets or sets the size of the cell.
Normalize { get; set; }Gets or sets a value indicating whether this HistogramsOfOrientedGradientsProperties is normalize.
NumberOfBins { get; set; }Gets or sets the number of bins.

See Also