Class SoFillImageBorderProcessing3d
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.inventor.engines.SoEngine
-
- com.openinventor.imageviz.engines.SoImageVizEngine
-
- com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling.SoFillImageBorderProcessing3d
-
- All Implemented Interfaces:
SafeDisposable
public class SoFillImageBorderProcessing3d extends SoImageVizEngine
SoFillImageBorderProcessing3d
engine. TheSoFillImageBorderProcessing3d
engine fills image borders.For an introduction, see section Morphology.
This engine works only with 3D images. It applies
SoFillHolesProcessing2d
at the six exterior faces of the 3D image. It aims at closing 3D shapes connected to the borders of a 3D image.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoFillImageBorderProcessing3d.NeighborhoodConnectivities
-
Nested classes/interfaces inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFImageDataAdapter
inImage
The input 3D binary image.SoSFEnum<SoFillImageBorderProcessing3d.NeighborhoodConnectivities>
neighborhoodConnectivity
The 2D connectivity mode.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
outImage
The output image.-
Fields inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
onBegin, onEnd, onProgress
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoFillImageBorderProcessing3d()
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
-
Methods inherited from class com.openinventor.inventor.engines.SoEngine
copy, getByName, getOutput, getOutputName
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
inImage
public final SoSFImageDataAdapter inImage
The input 3D binary image. Default value is NULL. Supported types include: binary image.
-
neighborhoodConnectivity
public final SoSFEnum<SoFillImageBorderProcessing3d.NeighborhoodConnectivities> neighborhoodConnectivity
The 2D connectivity mode. . Default is CONNECTIVITY_8
-
outImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
The output image. Default value is NULL. Supported types include: grayscale binary label color image.
-
-