Click or drag to resize
SoSupervisedTextureClassificationProcessing3dFeatureGroups Enumeration

This enum defines all type of measures used for texture classification.

Namespace: OIV.ImageViz.Engines.ImageSegmentation.Classification
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[FlagsAttribute]
public enum FeatureGroups
Members
  Member nameValueDescription
DIRECTIONAL_COOCCURRENCE1

Features based on co-occurrence's matrix.

One feature is extracted from each co-occurrence vector.

ROTATION_INVARIANT_COOCCURRENCE2

Features based on co-occurrence's matrix.

3 statistics features are extracted from all vectors.

FIRST_ORDER_STATISTICS4

Features based on first order statistics which are not computed using an histogram.

HISTOGRAM_STATISTICS8

Features based on histogram statistics.

INTENSITY16

Feature based on the intensity value of the input image.

Remarks