Click or drag to resize
SoSupervisedTextureClassificationProcessing2dcoocTextonShape Property

The shape of the co-occurrence texton, i.e., the pattern defined by the set of co-occurrence vectors.

Namespace: OIV.ImageViz.Engines.ImageSegmentation.Classification
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<SoSupervisedTextureClassificationProcessing2dCoocTextonShapes> coocTextonShape { get; }

Property Value

Type: SoSFEnumSoSupervisedTextureClassificationProcessing2dCoocTextonShapes
Remarks

This shape represents the distribution of points around the target point for computing the co-occurrence matrix. The shape, associated to the texton size, defines the set of vectors that are used for computing co-occurrence features. For instance, in 2D, a Cube shape of size 3 defines the co-occurrence vectors (-3, -3) , (0, -3), (3, -3), (-3, 0) , (3, 0), (-3, 3) , (0, 3) and (3, 3). This parameter is ignored if none of the co-occurrence measure types is selected. . Default is SPHERE

See Also