Click or drag to resize
SoSupervisedTextureClassificationProcessing2d Properties

The SoSupervisedTextureClassificationProcessing2d type exposes the following members.

Properties
  NameDescription
Public propertycoocRadius

Radius of the circular neighborhood used by the cooccurrence features.

Public propertycoocTextonShape

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

Public propertycoocTextonSize

The size of the texton shape for co-occurrence features.

Public propertyfeatureGroup

The groups of textural features to compute.

Public propertyinImage

The input grayscale image to segment.

Public propertyinTrainingImage

The input label training image (16 or 32 bits).

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyminSeparationPercentage

This parameter controls the rejection criteria of the feature selection algorithm (FS).

Public propertyoutLabelImage

The output label image representing the texture classification result.

Public propertyoutMapImage

Output map image.

Public propertyoutMapType

The Output map image type.

Public propertyradiusRange

The minimum and maximum radius of the circular neighborhoods used for computing textural features.

Public propertyradiusStep

The step used to define the set of radius between minimum and maximum.

Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also