Click or drag to resize
Accord.NET (logo)

Haralick Properties

The Haralick type exposes the following members.

Properties
  NameDescription
Public propertyCellSize
Gets the size of a cell, in pixels. A value of 0 means the cell will have the size of the image. Default is 0 (uses the entire image).
Public propertyDegrees
Gets the CooccurrenceDegrees which should be computed by this Haralick textural feature extractor. Default is NormalizedAverage.
Public propertyDescriptors
Gets the set of local binary patterns computed for each cell in the last call to ProcessImage(Bitmap).
Public propertyFeatures
Gets or sets the number of features to extract using the HaralickDescriptor. By default, only the first 13 original Haralick's features will be used.
Public propertyMatrix
Gets the Gray-level Co-occurrence Matrix (GLCM) generated during the last call to Transform(UnmanagedImage).
Public propertyMode
Gets or sets the mode of operation of this Haralick's textural feature extractor.
Public propertyNormalize
Gets or sets whether to normalize final histogram feature vectors. Default is false.
Public propertyNumberOfInputs
Returns -1.
(Inherited from BaseFeatureExtractorTFeature.)
Public propertyNumberOfOutputs
Gets the dimensionality of the features generated by this extractor.
(Inherited from BaseFeatureExtractorTFeature.)
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