HistogramsOfOrientedGradients Properties |
The HistogramsOfOrientedGradients type exposes the following members.
Name | Description | |
---|---|---|
BinWidth |
Gets the width of the histogram bin. This property is
computed as (2.0 * System.Math.PI) / numberOfBins.
| |
BlockSize |
Gets the size of a block, in pixels. Default is 3.
| |
CellSize |
Gets the size of a cell, in pixels. Default is 6.
| |
Direction |
Gets the matrix of orientations generated in
the last call to Transform(Bitmap).
| |
Histograms |
Gets the histogram computed at each cell.
| |
Magnitude |
Gets the matrix of magnitudes generated in
the last call to Transform(Bitmap).
| |
Normalize |
Gets or sets whether to normalize final
histogram feature vectors. Default is true.
| |
NumberOfBins |
Gets the number of histogram bins. Default is 9.
| |
NumberOfInputs |
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.) | |
NumberOfOutputs |
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.) | |
SupportedFormats |
Gets the list of image pixel formats that are supported by
this extractor. The extractor will check whether the pixel
format of any provided images are in this list to determine
whether the image can be processed or not.
(Inherited from BaseFeatureExtractorTFeature.) |