Uses of Class
com.openinventor.inventor.fields.SoSFDouble
-
Packages that use SoSFDouble Package Description com.openinventor.imageviz.engines.edgedetection.edgemarking Introduction to Edge Marking com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms Geometric Transforms engines are usually used to align images.com.openinventor.imageviz.engines.geometryandmatching.registration This group provides a package of registration functions.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.ldm.nodes com.openinventor.ldm.writers com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of SoSFDouble in com.openinventor.imageviz.engines.edgedetection.edgemarking
Fields in com.openinventor.imageviz.engines.edgedetection.edgemarking declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoTensorVotingProcessing2d. scale
This parameter acts on the gap length filled by the tensor voting algorithm. -
Uses of SoSFDouble in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoResampleElasticProcessing2d. paddingValue
This is the padding value.SoSFDouble
SoResampleImageProcessing3d. paddingValue
The output value if an output voxel position is outside the bounding box of the input image. -
Uses of SoSFDouble in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoElasticRegistrationProcessing2d. tolerance
Maximum relative variation of the metric to stop the process. -
Uses of SoSFDouble in com.openinventor.imageviz.engines.imagesegmentation.classification
Fields in com.openinventor.imageviz.engines.imagesegmentation.classification declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoSupervisedTextureClassificationProcessing2d. minSeparationPercentage
This parameter controls the rejection criteria of the feature selection algorithm (FS).SoSFDouble
SoSupervisedTextureClassificationProcessing3d. minSeparationPercentage
This parameter controls the rejection criteria of the feature selection algorithm (FS). -
Uses of SoSFDouble in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry
Fields in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoCenterLineApproximation3d. distanceMapSmoothing
This parameter controls the smoothing of the distance map which is computed internally to make the tree centered.SoSFDouble
SoCenterLineApproximation3d. newBranchSensibility
This parameter controls the adding of a new branch in the tree in automatic mode. -
Uses of SoSFDouble in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoDataRange. max
Maximum data value of the data range.SoSFDouble
SoDataRange. min
Minimum data value of the data range.SoSFDouble
SoDataSet. undefinedValue
Data with this value won't be rendered. -
Uses of SoSFDouble in com.openinventor.ldm.writers
Fields in com.openinventor.ldm.writers declared as SoSFDouble Modifier and Type Field Description SoSFDouble
SoVRLdmFileWriter. bitSetThreashold
Set the bitset threshold value.SoSFDouble
SoVRLdmFileWriter. defaultValue
Set the default value.SoSFDouble
SoVRLdmFileWriter. undefinedValue
Set the undefined value. -
Uses of SoSFDouble in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoSFDouble Modifier and Type Field Description SoSFDouble
MoMeshStreamline. integrationStepLengthFactor
Sets the step length factor for the streamline integration.
The default value is 0.3.SoSFDouble
MoMeshStreamline. maxLength
Sets the maximum length of the streamline.
The default value is 0, meaning infinite length.SoSFDouble
MoMeshStreamline. maxLifeTime
Sets the maximum life time of the streamline.
The default value is 0, meaning infinite life time.SoSFDouble
MoMeshStreamline. minSpeed
Sets the minimum speed of the streamline.
The default value is 0, meaning no speed constraint.
-