Click or drag to resize
Accord.NET (logo)

LocalBinaryPattern Properties

The LocalBinaryPattern type exposes the following members.

Properties
  NameDescription
Public propertyBlockSize
Gets the size of a block, in pixels. Default is 3.
Public propertyCellSize
Gets the size of a cell, in pixels. Default is 6.
Public propertyHistograms
Gets the histogram computed at each cell.
Public propertyNormalize
Gets or sets whether to normalize final histogram feature vectors. Default is true.
Public propertyNumberOfInputs
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyNumberOfOutputs
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyPatterns
Gets the set of local binary patterns computed for each pixel in the last call to to Transform(Bitmap).
Public propertySupportedFormats
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.)
Top
See Also