Uses of Class
com.openinventor.inventor.fields.SoSFVec2f
-
Packages that use SoSFVec2f Package Description com.openinventor.imageviz.engines.edgedetection.edgemarking Introduction to Edge Marking com.openinventor.imageviz.engines.edgedetection.otherderivatives This group provides miscellaneous derivative based operators such as partial derivatives or Hessian Matrix.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.imageanalysis.globalmeasures The Global Measures category contains analysis engines a measurement globally to the input image.com.openinventor.imageviz.engines.imageanalysis.statistics The Statistics category contains analysis engines applying an intensity- based measurement globally to the input image.com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms The Grayscale Transforms category contains gray level transformations such as histogram equalization and intensity rescaling operations.com.openinventor.imageviz.engines.imagefiltering.texturefilters This category contains engines revealing texture attributes.com.openinventor.imageviz.engines.imagesegmentation.binarization Binarization allows to transform graylevel or color images into a binary image.com.openinventor.imageviz.engines.imagesegmentation.regiongrowing This group contains segmentation engines based on the propagation of a seed.com.openinventor.inventor.gui.view com.openinventor.inventor.nodes com.openinventor.inventor.viewercomponents.nodes Viewer components nodes independent from graphical user interface.com.openinventor.medical.nodes Provides some nodes and helper classes specifically created to facilitate implementation of medical applications.com.openinventor.meshviz.graph -
-
Uses of SoSFVec2f in com.openinventor.imageviz.engines.edgedetection.edgemarking
Fields in com.openinventor.imageviz.engines.edgedetection.edgemarking declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoGaussianGradientTensorProcessing2d. standardDeviation
The standard deviation for each direction (X, Y) of the Gaussian Kernel that is used for computing first order derivatives. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.edgedetection.otherderivatives
Fields in com.openinventor.imageviz.engines.edgedetection.otherderivatives declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoHessianMatrixProcessing2d. standardDeviation
Sigma for each direction (X, Y). -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoResampleElasticProcessing2d. origin
The origin in world coordinates of the output image.SoSFVec2f
SoResampleElasticProcessing2d. voxelSize
The pixel size in world coordinates for x and y directions of the output image. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoElasticRegistrationProcessing2d. elasticStandardDeviation
The standard deviation in pixel of the gaussian kernel used to smooth the displacement field at each iteration.SoSFVec2f
SoElasticRegistrationProcessing2d. fluidStandardDeviation
The standard deviation in pixel of the gaussian kernel used to smooth the forces field at each iteration.SoSFVec2f
SoImageRegistrationTransform. intensityRangeModel
The range [a,b] of gray values for the model data set.SoSFVec2f
SoImageRegistrationTransform. intensityRangeReference
The range [a,b] of gray values for the reference data set.SoSFVec2f
SoImageRegistrationTransform. optimizerStep
The step sizes, in world coordinates, used by the optimizer at coarsest and finest scales. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoIntensityBinHistogramQuantification. intensityRangeInput
The minimal and maximal value of the histogram Default value isSbVec2f
(0.0f,255.0f). -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoAutoThresholdingQuantification. intensityRangeInput
The input intensity range used whenrangeMode
= OTHER. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoRescaleIntensityProcessing. intensityRangeInput
The input intensity range.SoSFVec2f
SoRescaleIntensityProcessing. intensityRangeOutput
The output intensity range. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.imagefiltering.texturefilters
Fields in com.openinventor.imageviz.engines.imagefiltering.texturefilters declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoMultiscaleStructureEnhancementProcessing2d. standardDeviationRange
Standard deviation of the Gaussian kernel at minimum and maximum scale.SoSFVec2f
SoMultiscaleStructureEnhancementProcessing3d. standardDeviationRange
Standard deviation of the Gaussian kernel at the minimum and maximum scale. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.imagesegmentation.binarization
Fields in com.openinventor.imageviz.engines.imagesegmentation.binarization declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoAutoThresholdingProcessing. intensityRangeInput
The input intensity range.SoSFVec2f
SoHysteresisThresholdingProcessing. thresholdLevel
The low and high threshold levels.SoSFVec2f
SoThresholdingProcessing. thresholdLevel
The low and high threshold levels.SoSFVec2f
SoTopHatProcessing. thresholdLevel
The low and high threshold levels.SoSFVec2f
SoColorThresholdingProcessing. thresholdLevelBlue
The low and high blue threshold.SoSFVec2f
SoColorThresholdingProcessing. thresholdLevelGreen
low and high green threshold.SoSFVec2f
SoColorThresholdingProcessing. thresholdLevelRed
The Low and high red threshold. -
Uses of SoSFVec2f in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoFloodFillThresholdProcessing. thresholdLevel
Low and High threshold levels. -
Uses of SoSFVec2f in com.openinventor.inventor.gui.view
Fields in com.openinventor.inventor.gui.view declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
PoBaseView. viewportOrigin
Lower-left corner coordinates of the viewport of the view.SoSFVec2f
PoBaseView. viewportSize
Size of the viewport of the view. -
Uses of SoSFVec2f in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoCircularExtrusion. activeSection
Defines the visible section of the spine in normalized coordinates.SoSFVec2f
SoTexture2Transform. center
Center point used for scaling and rotation.SoSFVec2f
SoViewport. origin
Specifies the position of the viewport in pixels.SoSFVec2f
SoViewportClipping. origin
Specifies the position of the clip region in pixels.SoSFVec2f
SoDepthBuffer. range
Value range for the depth buffer (glDepthRange).SoSFVec2f
SoTexture2Transform. scaleFactor
Scaling factors in S and T.SoSFVec2f
SoViewport. size
Specifies the size of the viewport in pixels.SoSFVec2f
SoViewportClipping. size
Specifies the size of the clip region in pixels.SoSFVec2f
SoTexture2Transform. translation
Translation in S and T.SoSFVec2f
SoShaderParameter2f. value
Specifies the parameter's value. -
Uses of SoSFVec2f in com.openinventor.inventor.viewercomponents.nodes
Fields in com.openinventor.inventor.viewercomponents.nodes declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SoViewingCube. size
Size of the viewport, in pixels, in which the viewing cube is drawn. -
Uses of SoSFVec2f in com.openinventor.medical.nodes
Fields in com.openinventor.medical.nodes declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
SliceScaleBar. position
Position in normalized screen coordinates (-1 to 1). -
Uses of SoSFVec2f in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoSFVec2f Modifier and Type Field Description SoSFVec2f
PoCircleArcCtrPtAngle. center
Circle center.SoSFVec2f
PoCircleArcCtrRadTwoAngle. center
Circle center.SoSFVec2f
PoCircleArcCtrTwoPts. center
Circle center.SoSFVec2f
PoCircleCenterRadius. center
Circle center.SoSFVec2f
PoPieChart2D. center
Center of the pie chart.SoSFVec2f
PoAutoValueLegend. end
Second point of the same diagonal.SoSFVec2f
PoGroup2Axis. end
Defines the end point of the both axis.SoSFVec2f
PoGroup4Axis. end
End point of the top horizontal axis and of the right vertical axis.SoSFVec2f
PoItemLegend. end
Second point of the same diagonal.SoSFVec2f
PoCircleArcCtrTwoPts. endPoint
End point of the arc.SoSFVec2f
PoCircleArcThreePts. endPoint
End point of the arc.SoSFVec2f
PoGroup2Axis. gradEnd
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.SoSFVec2f
PoGroup4Axis. gradEnd
Defines the value of the graduation (tick label) corresponding to the end point of this group of axes.SoSFVec2f
PoGroup2Axis. gradStart
Defines the value of the graduation (tick label) corresponding to the starting point of this group of axes.SoSFVec2f
PoGroup4Axis. gradStart
Defines the value of the graduation (tick label) corresponding to the starting point of this group of axes.SoSFVec2f
PoCircleArcThreePts. middlePoint
Intermediate point of the arc.SoSFVec2f
PoCircleThreePoints. p
First point of the circle.SoSFVec2f
PoParallelogram. p
First point of the parallelogram.SoSFVec2f
PoRectangle. p
First point of one of the diagonals of the rectangle.SoSFVec2f
PoCircleThreePoints. q
Second point of the circle.SoSFVec2f
PoParallelogram. q
Second point of the parallelogram.SoSFVec2f
PoRectangle. q
Second point of the same diagonal.SoSFVec2f
PoCircleThreePoints. r
Third point of the circle.SoSFVec2f
PoParallelogram. r
Third point of the parallelogram.SoSFVec2f
PoAutoValueLegend. start
First point of one of the diagonals of the rectangle delimiting the legend.SoSFVec2f
PoGroup2Axis. start
Start point of the both axis.SoSFVec2f
PoGroup4Axis. start
Start point of the bottom horizontal axis and of the left vertical axis.SoSFVec2f
PoHistogram. start
Define the start point of the histogram.SoSFVec2f
PoItemLegend. start
First point of one of the diagonals of the rectangle delimiting the legend.SoSFVec2f
PoCircleArcCtrPtAngle. startPoint
Start point of the arc.SoSFVec2f
PoCircleArcCtrTwoPts. startPoint
Start point of the arc.SoSFVec2f
PoCircleArcThreePts. startPoint
Start point of the arc.
-