Haralick Properties |
The Haralick type exposes the following members.
Name | Description | |
---|---|---|
CellSize |
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).
| |
Degrees |
Gets the CooccurrenceDegrees which should
be computed by this Haralick textural feature extractor.
Default is NormalizedAverage.
| |
Descriptors |
Gets the set of local binary patterns computed for each
cell in the last call to ProcessImage(Bitmap).
| |
Features |
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.
| |
Matrix |
Gets the Gray-level
Co-occurrence Matrix (GLCM) generated during the last
call to Transform(UnmanagedImage).
| |
Mode |
Gets or sets the mode of operation of this
Haralick's textural
feature extractor.
| |
Normalize |
Gets or sets whether to normalize final
histogram feature vectors. Default is false.
| |
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.) |