Click or drag to resize
SoSupervisedTextureClassificationProcessing3dCoocTextonShapes 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
public enum CoocTextonShapes
Members
  Member nameValueDescription
CUBE0

The set of all points associated to corners, middles of edges and middles of faces of a cube of size textonSize.

SPHERE1

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.

BALL2

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.

Remarks