SoSupervisedTextureClassificationProcessing2dFeatureGroups Enumeration |
This enum defines all type of measures used for texture classification.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.Classification
Member name | Value | Description | |
---|---|---|---|
DIRECTIONAL_COOCCURRENCE | 1 | Features based on co-occurrence's matrix. One feature is extracted from each co-occurrence vector. | |
ROTATION_INVARIANT_COOCCURRENCE | 2 | Features based on co-occurrence's matrix. 3 statistics features are extracted from all vectors. | |
FIRST_ORDER_STATISTICS | 4 | Features based on first order statistics which are not computed using an histogram. | |
HISTOGRAM_STATISTICS | 8 | Features based on histogram statistics. | |
INTENSITY | 16 | Feature based on the intensity value of the input image. |