Uses of Class
com.openinventor.inventor.fields.SoSFUInt32
-
Packages that use SoSFUInt32 Package Description com.openinventor.imageviz.engines.imagesegmentation.classification Pixel classification technics allow to segment an image into different regions relatively to a set of attributes.com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry This group contains engines capable of transforming images into geometric objects.com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.nodes com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.volumeviz.nodes -
-
Uses of SoSFUInt32 in com.openinventor.imageviz.engines.imagesegmentation.classification
Fields in com.openinventor.imageviz.engines.imagesegmentation.classification declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoSupervisedTextureClassificationProcessing2d. coocRadius
Radius of the circular neighborhood used by the cooccurrence features.SoSFUInt32
SoSupervisedTextureClassificationProcessing3d. coocRadius
Radius of the circular neighborhood used by the cooccurrence features.SoSFUInt32
SoSupervisedTextureClassificationProcessing2d. coocTextonSize
The size of the texton shape for co-occurrence features.SoSFUInt32
SoSupervisedTextureClassificationProcessing3d. coocTextonSize
The size of the texton shape for co-occurrence features.SoSFUInt32
SoSupervisedTextureClassificationProcessing2d. radiusStep
The step used to define the set of radius between minimum and maximum.SoSFUInt32
SoSupervisedTextureClassificationProcessing3d. radiusStep
The step used to define the set of radius between minimum and maximum. -
Uses of SoSFUInt32 in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry
Fields in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoCenterLineApproximation3d. numberOfBranches
Number of branches iteratively added to the reconstructed centerline tree.SoSFUInt32
SoCenterLineApproximation3d. smoothingIteration
Number of smoothing iteration of the output line set (post processing). -
Uses of SoSFUInt32 in com.openinventor.imageviz.nodes.images
Fields in com.openinventor.imageviz.nodes.images declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoFileDataAdapter. maxMemory
Specifies the maximum memory that may be allocated for the image in MB (megabytes). -
Uses of SoSFUInt32 in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoEllipseScreenDrawer. nbPoint
Number of points in generated ellipse.SoSFUInt32
SoPolyLineScreenDrawer. simplificationThreshold
Threshold (in pixels) used to simplify line when it is finished. -
Uses of SoSFUInt32 in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoInstanceParameter. divisor
This field modifies the rate at which values advance during multiple instance rendering.SoSFUInt32
SoMultipleInstance. numBatches
When this field is set to 1 (default), all the instances are rendered in one batch.SoSFUInt32
SoMultipleInstance. numInstances
Number of shape instances to render.SoSFUInt32
SoTextureUnit. unit
Specifies the texture unit identifier. -
Uses of SoSFUInt32 in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
OrthoSliceBorder. sliceNumber
Deprecated.Slice number. -
Uses of SoSFUInt32 in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoSFUInt32 Modifier and Type Field Description SoSFUInt32
SoOrthoSlice. sliceNumber
Slice number.
-