SoSupervisedTextureClassificationProcessing3dCoocTextonShapes Enumeration |
This enum defines all type of measures used for texture classification.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.Classification
Member name | Value | Description | |
---|---|---|---|
CUBE | 0 | The set of all points associated to corners, middles of edges and middles of faces of a cube of size textonSize. | |
SPHERE | 1 | The set of all points situated at the same euclidean distance textonSize from the center. This mode must be used when a repetitive texture is mono-scale. | |
BALL | 2 | The set of all points situated at a distance less or equal to textonSize from the center. This mode can be useful to classify a multi-scale repetitive texture but may be very time consuming. |