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