SoLabelingProcessingneighborhood3d Property |
In 3D configuration (see computeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.
Namespace: OIV.ImageViz.Engines.ImageSegmentation.LabelingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoImageVizEngineNeighborhood3ds> neighborhood3d { get; }
Public ReadOnly Property neighborhood3d As SoSFEnum(Of SoImageVizEngineNeighborhood3ds)
Get
public:
property SoSFEnum<SoImageVizEngineNeighborhood3ds>^ neighborhood3d {
SoSFEnum<SoImageVizEngineNeighborhood3ds>^ get ();
}
member neighborhood3d : SoSFEnum<SoImageVizEngineNeighborhood3ds> with get
Property Value
Type:
SoSFEnumSoImageVizEngineNeighborhood3ds
Remarks. Default is CONNECTIVITY_26.
See Also