SoSupervisedTextureClassificationProcessing3dinTrainingImage Property |
The input label training image (16 or 32 bits).
Namespace: OIV.ImageViz.Engines.ImageSegmentation.ClassificationAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFImageDataAdapter inTrainingImage { get; }
Public ReadOnly Property inTrainingImage As SoSFImageDataAdapter
Get
public:
property SoSFImageDataAdapter^ inTrainingImage {
SoSFImageDataAdapter^ get ();
}
member inTrainingImage : SoSFImageDataAdapter with get
Property Value
Type:
SoSFImageDataAdapterRemarks Each label represents a class sample for the learning step. Default value is NULL. Supported types include: label image.
See Also