Uses of Class
com.openinventor.imageviz.fields.SoSFImageDataAdapter
-
Packages that use SoSFImageDataAdapter Package Description com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations The Arithmetics Operations category contains operations between two images or between an image and a constant as sum, difference, blending, minimum or maximum.com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations The Logical Operations category contains logical operations between two images or between an image and a constant as union, intersection, complementary.com.openinventor.imageviz.engines.edgedetection.edgemarking Introduction to Edge Marking com.openinventor.imageviz.engines.edgedetection.gradient Introduction to Gradient com.openinventor.imageviz.engines.edgedetection.laplacian For a 2-D function F(x,y), one might define the Laplacian operator as : .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.patternrecognition This group provides a package of pattern recognition functions based on standard correlation.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.individualmeasures The Individual Measures category contains analysis engines applying a measurement on each label of the input image.com.openinventor.imageviz.engines.imageanalysis.morphometry The purpose of Morphometry category is to calculate morphometric parameters either in 3D based on a volume model, or in 2D from crossection images (individually or integrated over a volume-of-interest).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.colortransforms This group contains engines specifically applying on a color input image.com.openinventor.imageviz.engines.imagefiltering.frequencydomain This category contains FFT and related engines to work on frequency domain.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.sharpening The Sharpening category contains filters used to enhance the edges of objects and adjust contrast and shade characteristics.com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising The Smoothing And Denoising category contains lowpass filters to reduce the contrast and soften the edges of objects in an image.com.openinventor.imageviz.engines.imagefiltering.texturefilters This category contains engines revealing texture attributes.com.openinventor.imageviz.engines.imagemanipulation.imageediting com.openinventor.imageviz.engines.imagemanipulation.stackoperations The Stack Operations category contains engines for manipulating image stacks.com.openinventor.imageviz.engines.imagemanipulation.syntheticimages com.openinventor.imageviz.engines.imagesegmentation.binarization Binarization allows to transform graylevel or color images into a binary image.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.engines.imagesegmentation.featureselection com.openinventor.imageviz.engines.imagesegmentation.labeling com.openinventor.imageviz.engines.imagesegmentation.regiongrowing This group contains segmentation engines based on the propagation of a seed.com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps Geodesy Principle com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation Introduction to Erosion com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations Geodesy Principle com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton The Hit-or-miss and Skeleton category contains engines used to produce simplified representations of the objects in an image, while preserving their geometrical structure.com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing Introduction to Opening com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz -
-
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoCombineByMaskProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoMaskImageProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoAbsoluteValueProcessing. inImage
The input image.SoSFImageDataAdapter
SoArithmeticValueProcessing. inImage
The input image operand.SoSFImageDataAdapter
SoBlendWithValueProcessing. inImage
The input image operand.SoSFImageDataAdapter
SoImageFormulaProcessing. inImage
The input image.SoSFImageDataAdapter
SoMaskImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoArithmeticImageProcessing. inImage1
The 1st input image.SoSFImageDataAdapter
SoBlendWithImageProcessing. inImage1
The 1st input image.SoSFImageDataAdapter
SoCombineByMaskProcessing. inImage1
The 1st input image.SoSFImageDataAdapter
SoDirectionalBlendProcessing2d. inImage1
The 1st input image.SoSFImageDataAdapter
SoMaxAbsoluteValueProcessing2d. inImage1
The 1st input image.SoSFImageDataAdapter
SoArithmeticImageProcessing. inImage2
The 2nd input image.SoSFImageDataAdapter
SoBlendWithImageProcessing. inImage2
The 2nd input image.SoSFImageDataAdapter
SoCombineByMaskProcessing. inImage2
The 2nd input image.SoSFImageDataAdapter
SoDirectionalBlendProcessing2d. inImage2
The 2nd input image.SoSFImageDataAdapter
SoImageFormulaProcessing. inImage2
Optional image : enter image or let field empty.SoSFImageDataAdapter
SoMaxAbsoluteValueProcessing2d. inImage2
The 2nd input image.SoSFImageDataAdapter
SoImageFormulaProcessing. inImage3
Optional image : enter image or let field empty.SoSFImageDataAdapter
SoEigenDecompositionProcessing2d. inSymmetricMatrixImage
A matrix image containing symmetric 2x2 matrices.SoSFImageDataAdapter
SoEigenDecompositionProcessing3d. inSymmetricMatrixImage
A matrix image containing symmetric 3x3 matrices. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoBitShiftProcessing. inImage
The input image.SoSFImageDataAdapter
SoInvertImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoLogicalNotProcessing. inImage
The input image.SoSFImageDataAdapter
SoLogicalValueProcessing. inImage
The input image operand.SoSFImageDataAdapter
SoLogicalImageProcessing. inImage1
The 1st input image.SoSFImageDataAdapter
SoLogicalImageProcessing. inImage2
The 2nd input image.Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBitShiftProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoInvertImageProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLogicalImageProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLogicalNotProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLogicalValueProcessing. outImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.edgemarking
Fields in com.openinventor.imageviz.engines.edgedetection.edgemarking declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoGradientLocalMaximaProcessing2d. inAmplitudeImage
The gradient amplitude input image.SoSFImageDataAdapter
SoGradientLocalMaximaProcessing3d. inAmplitudeImage
The gradient amplitude input image.SoSFImageDataAdapter
SoEigenvaluesToStructurenessProcessing2d. inEigenvaluesImage
Image containing input eigenvalues field.SoSFImageDataAdapter
SoEigenvaluesToStructurenessProcessing3d. inEigenvaluesImage
Image containing input eigenvalues field.SoSFImageDataAdapter
SoTensorVotingProcessing2d. inFeatureImage
Input feature image.SoSFImageDataAdapter
SoGradientLocalMaximaProcessing2d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoGradientLocalMaximaProcessing3d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoGradientLocalMaximaProcessing2d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoGradientLocalMaximaProcessing3d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoGradientLocalMaximaProcessing3d. inGradientZImage
The input Z-gradient image.SoSFImageDataAdapter
SoDijkstraShortestPathProcessing2d. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoCannyEdgeProcessing. inImage
The input graylevel image.SoSFImageDataAdapter
SoGaussianGradientTensorProcessing2d. inImage
inImage Default value is NULL.SoSFImageDataAdapter
SoGaussianGradientTensorProcessing3d. inImage
inImage Default value is NULL.SoSFImageDataAdapter
SoRidgeDetectionProcessing. inImage
The input image.SoSFImageDataAdapter
SoZeroCrossingsProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoDijkstraShortestPathProcessing2d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoTensorVotingProcessing2d. inVectorImage
Input orientation vector image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.gradient
Fields in com.openinventor.imageviz.engines.edgedetection.gradient declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoGradientMagnitudeProcessing2d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoGradientMagnitudeProcessing3d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoRadialGradientCenteredProcessing2d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoRadialGradientCenteredProcessing3d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoRadialGradientContourProcessing2d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoRadialGradientContourProcessing3d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing2d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing3d. inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
SoGradientMagnitudeProcessing2d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoGradientMagnitudeProcessing3d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoRadialGradientCenteredProcessing2d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoRadialGradientCenteredProcessing3d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoRadialGradientContourProcessing2d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoRadialGradientContourProcessing3d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing2d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing3d. inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
SoGradientMagnitudeProcessing3d. inGradientZImage
The input Z-gradient image.SoSFImageDataAdapter
SoRadialGradientCenteredProcessing3d. inGradientZImage
The input Z-gradient image.SoSFImageDataAdapter
SoRadialGradientContourProcessing3d. inGradientZImage
The input Z-gradient image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing3d. inGradientZImage
The input Z-gradient image.SoSFImageDataAdapter
SoGradientOperatorProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoGradientOperatorProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoMorphologicalGradientProcessing. inImage
The input image.SoSFImageDataAdapter
SoRadialGradientContourProcessing2d. inMarkerImage
The input marker image.SoSFImageDataAdapter
SoRadialGradientContourProcessing3d. inMarkerImage
The input marker image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing2d. inMarkerImage
The input marker image.SoSFImageDataAdapter
SoRadialGradientLabelProcessing3d. inMarkerImage
The input marker image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.laplacian
Fields in com.openinventor.imageviz.engines.edgedetection.laplacian declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoDoBFilterProcessing. inImage
The input image.SoSFImageDataAdapter
SoMorphologicalLaplacianProcessing. inImage
The input image.SoSFImageDataAdapter
SoRecursiveLaplacianProcessing. inImage
The input image.Fields in com.openinventor.imageviz.engines.edgedetection.laplacian with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDoBFilterProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMorphologicalLaplacianProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRecursiveLaplacianProcessing. outImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.otherderivatives
Fields in com.openinventor.imageviz.engines.edgedetection.otherderivatives declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoGaussianDerivativeProcessing. inImage
Input image.SoSFImageDataAdapter
SoHessianMatrixProcessing2d. inImage
Input image.SoSFImageDataAdapter
SoHessianMatrixProcessing3d. inImage
Input image.Fields in com.openinventor.imageviz.engines.edgedetection.otherderivatives with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGaussianDerivativeProcessing. outImage
Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHessianMatrixProcessing2d. outSymmetricMatrixImage
Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHessianMatrixProcessing3d. outSymmetricMatrixImage
Output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoResampleElasticProcessing2d. inDisplacementField
The displacement field that maps the output voxels to the input voxels.SoSFImageDataAdapter
SoFlipAxisProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoFlipAxisProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoResampleElasticProcessing2d. inImage
Input image to resample.SoSFImageDataAdapter
SoResampleImageProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoRotateAroundZProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoRotateProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoRotateProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoScaleByFactorProcessing. inImage
The input image.SoSFImageDataAdapter
SoScaleImageToSizeProcessing. inImage
The input grayscale image.SoSFImageDataAdapter
SoSwapAxisProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoSwapAxisProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoTranslateProcessing. inImage
The input image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition
Fields in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoBinaryCorrelationProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoBinaryCorrelationProcessing2d. inBinaryKernel
The correlation kernel.SoSFImageDataAdapter
SoGrayscaleCorrelationProcessing2d. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoGrayscaleCorrelationProcessing2d. inKernelImage
The correlation kernel.Fields in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBinaryCorrelationProcessing2d. outMatchingImage
The output correlation image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGrayscaleCorrelationProcessing2d. outMatchingImage
The output correlation image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoElasticRegistrationProcessing2d. inFixedImage
The reference image on which the moving image has to be registered.SoSFImageDataAdapter
SoImagePreAlignmentTransform3d. inFixedImage
The reference image.SoSFImageDataAdapter
SoImageRegistrationTransform. inFixedImage
The input reference image.SoSFImageDataAdapter
SoElasticRegistrationProcessing2d. inMovingImage
The input model image to be registered.SoSFImageDataAdapter
SoImagePreAlignmentTransform3d. inMovingImage
The model image.SoSFImageDataAdapter
SoImageRegistrationTransform. inMovingImage
The input model image.Fields in com.openinventor.imageviz.engines.geometryandmatching.registration with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoElasticRegistrationProcessing2d. outDisplacementField
The displacement field that maps a pixel of the moving image onto the corresponding pixel in the fixed image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoElasticRegistrationProcessing2d. outImage
TheinMovingImage
transformed by the output displacement field. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoCentroidPathTortuosityQuantification3d. inBinaryImage
The input 3D binary image.SoSFImageDataAdapter
SoDistanceMeanQuantification2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoGlobalAnalysisQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoAreaQuantification2d. inImage
The input binary image.SoSFImageDataAdapter
SoCurvatureIntegralsQuantification3d. inImage
The input 3D binary image.SoSFImageDataAdapter
SoIntensityBinHistogramQuantification. inImage
The input gray scale image.SoSFImageDataAdapter
SoIntensityHistogramQuantification. inImage
The input gray scale image.SoSFImageDataAdapter
SoIntensityIntegralQuantification2d. inImage
The input image.SoSFImageDataAdapter
SoIntensityIntegralQuantification3d. inImage
The input image.SoSFImageDataAdapter
SoGlobalAnalysisQuantification. inIntensityImage
The intensity image.SoSFImageDataAdapter
SoObjectCountQuantification. inObjectImage
The input binary or label image.Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoObjectCountQuantification. outLabelImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imageanalysis.individualmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.individualmeasures declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoFilterByMeasureProcessing. inImage
The input image.SoSFImageDataAdapter
SoFilterByMeasureProcessing. inIntensityImage
The intensity image.SoSFImageDataAdapter
SoLabelAnalysisQuantification. inIntensityImage
The intensity image Default value is NULL.SoSFImageDataAdapter
SoLabelFilteringAnalysisQuantification. inIntensityImage
The intensity image Default value is NULL.SoSFImageDataAdapter
SoLabelFilteringProcessing. inIntensityImage
The intensity image Default value is NULL.SoSFImageDataAdapter
SoMeasureImageProcessing. inIntensityImage
The input image Default value is NULL.SoSFImageDataAdapter
SoSieveLabelingProcessing. inIntensityImage
The input intensity image.SoSFImageDataAdapter
SoLabelAnalysisQuantification. inLabelImage
The input label image Default value is NULL.SoSFImageDataAdapter
SoLabelFilteringAnalysisQuantification. inLabelImage
The input label image Default value is NULL.SoSFImageDataAdapter
SoLabelFilteringProcessing. inLabelImage
The input label image Default value is NULL.SoSFImageDataAdapter
SoMeasureImageProcessing. inLabelImage
The input label image Default value is NULL.SoSFImageDataAdapter
SoSieveLabelingProcessing. inObjectImage
The input binary or label image.Fields in com.openinventor.imageviz.engines.imageanalysis.individualmeasures with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoFilterByMeasureProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLabelFilteringAnalysisQuantification. outLabelImage
The output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLabelFilteringProcessing. outLabelImage
The output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSieveLabelingProcessing. outLabelImage
The output label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMeasureImageProcessing. outMeasureImage
The output image Default value is NULL. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imageanalysis.morphometry
Fields in com.openinventor.imageviz.engines.imageanalysis.morphometry declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoDegreeOfAnisotropyQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoFractalDimensionQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoFragmentationIndexQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoInertiaMomentProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoObjectBoundaryAreaQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoObjectImageRatioQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoObjectSpecificSurfaceQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoObjectSurfaceDensityQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoObjectVolumeQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoPorosityPercentageQuantification3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoTotalImageBoundaryAreaQuantification. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoImageVolumeQuantification. inImage
The input image.SoSFImageDataAdapter
SoObjectLinearDensityQuantification3d. inImage
The input 3D binary image.SoSFImageDataAdapter
SoStructureModelIndexQuantification3d. inImage
The input 3D binary image.SoSFImageDataAdapter
SoAverageObjectAreaPerSliceQuantification3d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoAverageObjectNumberPerSliceQuantification3d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoAverageObjectThicknessQuantification3d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoAverageSpaceThicknessQuantification3d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoImageVolumeQuantification. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoObjectBoundaryAreaQuantification. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoObjectImageRatioQuantification. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoObjectLinearDensityQuantification3d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoObjectSurfaceDensityQuantification. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoObjectVolumeQuantification. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoPorosityPercentageQuantification3d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoTotalImageBoundaryAreaQuantification. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoAverageObjectAreaPerSliceQuantification3d. inObjectImage
The input 3D binary image.SoSFImageDataAdapter
SoAverageObjectNumberPerSliceQuantification3d. inObjectImage
The input 3D binary image.SoSFImageDataAdapter
SoAverageObjectThicknessQuantification3d. inObjectImage
The input 3D binary image.SoSFImageDataAdapter
SoAverageSpaceThicknessQuantification3d. inObjectImage
The input 3D binary image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imageanalysis.statistics
Fields in com.openinventor.imageviz.engines.imageanalysis.statistics declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoAutoThresholdingQuantification. inGrayImage
The input grayscale image Default value is NULL.SoSFImageDataAdapter
SoLocalMaximaQuantification. inGrayImage
Enter input grey level image Default value is NULL.SoSFImageDataAdapter
SoCompareValueQuantification. inImage
The input image operand.SoSFImageDataAdapter
SoCooccurrenceQuantification2d. inImage
The input image.SoSFImageDataAdapter
SoIntensityExtremaQuantification. inImage
The input image.SoSFImageDataAdapter
SoIntensityStatisticsQuantification. inImage
The input image.SoSFImageDataAdapter
SoMaskedStatisticsQuantification. inImage
The input image.SoSFImageDataAdapter
SoMeasureGaussianNoiseQuantification. inImage
The input image.SoSFImageDataAdapter
SoCompareImageQuantification. inImage1
The 1st input image.SoSFImageDataAdapter
SoCompareImageQuantification. inImage2
The 2nd input image.SoSFImageDataAdapter
SoCooccurrenceQuantification2d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoMaskedStatisticsQuantification. inMaskImage
The input binary mask image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.colortransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.colortransforms declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoColorAntialiasingProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoColorGetPlaneProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoColorSpaceConversionProcessing. inColorImage
The input color image.SoSFImageDataAdapter
SoColorToGrayscaleProcessing. inColorImage
The input color image.SoSFImageDataAdapter
SoColorToLightnessProcessing. inColorImage
The input RGB image.SoSFImageDataAdapter
SoDecorrelationStretchProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoGrayscaleToColorProcessing. inGrayImage1
The 1st input image.SoSFImageDataAdapter
SoGrayscaleToColorProcessing. inGrayImage2
The 2nd input image.SoSFImageDataAdapter
SoGrayscaleToColorProcessing. inGrayImage3
The 3rd input image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.frequencydomain
Fields in com.openinventor.imageviz.engines.imagefiltering.frequencydomain declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoComplexCenteredFFTProcessing. inImage
The input image.SoSFImageDataAdapter
SoComplexFFTProcessing. inImage
The input image.SoSFImageDataAdapter
SoConvolutionWithImageProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoGaborFilteringProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoSwapQuadrantsProcessing. inImage
The input image.SoSFImageDataAdapter
SoComplexCenteredFFTInverseProcessing. inImaginaryImage
The input imaginary part image.SoSFImageDataAdapter
SoComplexFFTInverseProcessing. inImaginaryImage
The input imaginary part image.SoSFImageDataAdapter
SoConvolutionWithImageProcessing2d. inKernelImage
The kernel image.SoSFImageDataAdapter
SoPolarToCartesianProcessing2d. inModulusImage
The input modulus image.SoSFImageDataAdapter
SoPolarToCartesianProcessing2d. inPhaseImage
The input phase image.SoSFImageDataAdapter
SoCartesianToPolarProcessing2d. inputImaginaryPart
Input imaginary part.SoSFImageDataAdapter
SoCartesianToPolarProcessing2d. inputRealPart
Input real part.SoSFImageDataAdapter
SoComplexCenteredFFTInverseProcessing. inRealImage
The input real part image.SoSFImageDataAdapter
SoComplexFFTInverseProcessing. inRealImage
The input real part image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoShadingCorrectionProcessing. inBlackReferenceImage
The input black reference image.SoSFImageDataAdapter
SoAdaptiveHistogramEqualizationProcessing. inImage
The input image.SoSFImageDataAdapter
SoApplyGrayscaleLutProcessing. inImage
The input grayscale or label image.SoSFImageDataAdapter
SoBackgroundImageProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoHistogramEqualizationProcessing. inImage
The input image.SoSFImageDataAdapter
SoMatchContrastProcessing. inImage
The input image.SoSFImageDataAdapter
SoRescaleIntensityProcessing. inImage
The input image.SoSFImageDataAdapter
SoShadingCorrectionProcessing. inImage
The input image.SoSFImageDataAdapter
SoBackgroundImageProcessing2d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoMathematicalFunctionProcessing. inRealImage
The input floating point image.SoSFImageDataAdapter
SoMatchContrastProcessing. inReferenceImage
The reference image.SoSFImageDataAdapter
SoShadingCorrectionProcessing. inWhiteReferenceImage
The input white reference image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.sharpening
Fields in com.openinventor.imageviz.engines.imagefiltering.sharpening declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoDeblurProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoDelineateProcessing. inImage
The input grayscale image.SoSFImageDataAdapter
SoShadeProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoUnsharpMaskingProcessing. inImage
The input image.Fields in com.openinventor.imageviz.engines.imagefiltering.sharpening with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDeblurProcessing2d. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDelineateProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoShadeProcessing2d. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoUnsharpMaskingProcessing. outImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising
Fields in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoBilateralFilterProcessing. inImage
The input image.SoSFImageDataAdapter
SoBoxFilterProcessing. inImage
The input grayscale image.SoSFImageDataAdapter
SoCurvatureDrivenDiffusionProcessing. inImage
The input image.SoSFImageDataAdapter
SoDespeckleProcessing. inImage
The input image.SoSFImageDataAdapter
SoFlowInpaintingProcessing. inImage
The input image.SoSFImageDataAdapter
SoGaussianBlurFilterProcessing. inImage
Input image.SoSFImageDataAdapter
SoMajorityFilterProcessing. inImage
The input grayscale image.SoSFImageDataAdapter
SoMedianFilterProcessing. inImage
The input grayscale image.SoSFImageDataAdapter
SoNagaoFilterProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoNagaoFilterProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoNonLocalMeansFilterProcessing. inImage
Input image.SoSFImageDataAdapter
SoRecursiveExponentialFilterProcessing. inImage
The input image.SoSFImageDataAdapter
SoSigmaFilterProcessing. inImage
The input image.SoSFImageDataAdapter
SoSNNFilterProcessing. inImage
The input image.SoSFImageDataAdapter
SoCurvatureDrivenDiffusionProcessing. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoFlowInpaintingProcessing. inMaskImage
The input binary image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.texturefilters
Fields in com.openinventor.imageviz.engines.imagefiltering.texturefilters declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoAutoCorrelationProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoImageCurvatureProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoImageCurvatureProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoLocalStatisticsProcessing. inImage
The input image.SoSFImageDataAdapter
SoMultiscaleStructureEnhancementProcessing2d. inImage
Input image.SoSFImageDataAdapter
SoMultiscaleStructureEnhancementProcessing3d. inImage
Input image.SoSFImageDataAdapter
SoImageCurvatureProcessing2d. inMaskImage
The binary image for the mask or empty (command looks for only inside).SoSFImageDataAdapter
SoImageCurvatureProcessing3d. inMaskImage
The binary image for the mask or empty (command looks for only inside). -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagemanipulation.imageediting
Fields in com.openinventor.imageviz.engines.imagemanipulation.imageediting declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoInterlaceFramesProcessing2d. inEvenImage
The input even field image.SoSFImageDataAdapter
SoConvertImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoCopyImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoCropImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoDeinterlaceFramesProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoGetObliquePlaneFromVolumeProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoGetPlaneFromVolumeProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoResetImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoSampleImageProcessing. inImage
The input image.SoSFImageDataAdapter
SoSetPlaneToVolumeProcessing3d. inImage1
The input 3D image.SoSFImageDataAdapter
SoSetPlaneToVolumeProcessing3d. inImage2
The input slice image.SoSFImageDataAdapter
SoInterlaceFramesProcessing2d. inOddImage
The input odd field image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagemanipulation.stackoperations
Fields in com.openinventor.imageviz.engines.imagemanipulation.stackoperations declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoImageStackProjectionProcessing3d. inImage
A 3d volume representing a stack of 2d images.Fields in com.openinventor.imageviz.engines.imagemanipulation.stackoperations with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageStackProjectionProcessing3d. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageStackProjectionProcessing3d. outLabelImage
The output map label image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages
Fields in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRandomSphereGeneration3d. outBinaryImage
The output 3D binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRandomImageGeneration. outImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.binarization
Fields in com.openinventor.imageviz.engines.imagesegmentation.binarization declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoColorThresholdingProcessing. inColorImage
The input color image.SoSFImageDataAdapter
SoAdaptiveThresholdingProcessing. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoAutoThresholdingProcessing. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoThresholdingByCriterionProcessing. inGrayImage
Input grey level image.SoSFImageDataAdapter
SoTopHatProcessing. inGrayImage
Input grey level image.SoSFImageDataAdapter
SoHysteresisThresholdingProcessing. inImage
The input image.SoSFImageDataAdapter
SoLocalAdaptiveThresholdProcessing. inImage
Input image.SoSFImageDataAdapter
SoThresholdingProcessing. inImage
The input image.SoSFImageDataAdapter
SoAdaptiveThresholdingProcessing. inObjectImage
The input label image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.classification
Fields in com.openinventor.imageviz.engines.imagesegmentation.classification declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoAutoIntensityClassificationProcessing. inImage
The input image.SoSFImageDataAdapter
SoSupervisedTextureClassificationProcessing2d. inImage
The input grayscale image to segment.SoSFImageDataAdapter
SoSupervisedTextureClassificationProcessing3d. inImage
The input grayscale image to segment.SoSFImageDataAdapter
SoSupervisedTextureClassificationProcessing2d. inTrainingImage
The input label training image (16 or 32 bits).SoSFImageDataAdapter
SoSupervisedTextureClassificationProcessing3d. inTrainingImage
The input label training image (16 or 32 bits).Fields in com.openinventor.imageviz.engines.imagesegmentation.classification with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoAutoIntensityClassificationProcessing. outLabelImage
The output label image where a one label represents one class.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing2d. outLabelImage
The output label image representing the texture classification result.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing3d. outLabelImage
The output label image representing the texture classification result.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing2d. outMapImage
Output map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing3d. outMapImage
Output map image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry
Fields in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoCenterLineApproximation3d. inLabelImage
Input label image.SoSFImageDataAdapter
SoObjectToSegmentApproximation2d. inObjectImage
The input binary or label image.Fields in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCenterLineApproximation3d. outBinaryImage
Output centerline. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.featureselection
Fields in com.openinventor.imageviz.engines.imagesegmentation.featureselection declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoLabelInterfacesProcessing. inLabelImage
The input label image.SoSFImageDataAdapter
SoBorderKillProcessing. inObjectImage
The input binary or label image.SoSFImageDataAdapter
SoObjectBoundariesProcessing. inObjectImage
The input binary or label image.SoSFImageDataAdapter
SoRemoveSmallHolesProcessing. inObjectImage
The input object binary image.SoSFImageDataAdapter
SoRemoveSmallSpotsProcessing. inObjectImage
The input binary or label image.Fields in com.openinventor.imageviz.engines.imagesegmentation.featureselection with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLabelInterfacesProcessing. outBinaryImage
The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBorderKillProcessing. outObjectImage
The output binary or label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoObjectBoundariesProcessing. outObjectImage
The output binary or label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRemoveSmallHolesProcessing. outObjectImage
The output object binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRemoveSmallSpotsProcessing. outObjectImage
The output binary or label image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.labeling
Fields in com.openinventor.imageviz.engines.imagesegmentation.labeling declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoAddObjectToLabelProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoAssignLabelProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoAutoSegmentation3PhasesProcessing. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoAddObjectToLabelProcessing. inLabelImage
The input label image.SoSFImageDataAdapter
SoReorderLabelsProcessing. inLabelImage
The input label image.SoSFImageDataAdapter
SoGroupCloseLabelslProcessing2d. inObjectImage
The input binary or label image.SoSFImageDataAdapter
SoLabelingProcessing. inObjectImage
The input binary or label image.SoSFImageDataAdapter
SoObjectToRegionProcessing2d. inObjectImage
The input object label image.SoSFImageDataAdapter
SoRegionToObjectProcessing2d. inRegionImage
The input region label image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoMarkerBasedWatershedProcessing. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoFloodFillThresholdProcessing. inImage
Enter input grey level image (or select one in the list) Default value is NULL.SoSFImageDataAdapter
SoMarkerBasedWatershedProcessing. inMarkerImage
The input marker (label) image.Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoFloodFillThresholdProcessing. outBinaryImage
Enter output binary image (or select one in the list) Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMarkerBasedWatershedProcessing. outObjectImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
Fields in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoConvexHullProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoSeparateObjectsProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoHExtremaWatershedProcessing. inGrayImage
The input grayscale image.SoSFImageDataAdapter
SoFillImageBorderProcessing3d. inImage
The input 3D binary image.SoSFImageDataAdapter
SoExpandLabelsProcessing. inLabelImage
The input label image.SoSFImageDataAdapter
SoFillHolesProcessing2d. inObjectImage
The input binary or label image.SoSFImageDataAdapter
SoFillHolesProcessing3d. inObjectImage
The input 3D binary image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoChamferDistanceMapProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoChamferDistanceMapProcessing3d. inBinaryImage
The input 3D binary image.SoSFImageDataAdapter
SoChessboardDistanceMapProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoClosestBoundaryPointsProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoClosestBoundaryPointsProcessing3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoEuclideanDistanceMapProcessing3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoGeodesicDistanceMapProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoGeodesicPropagationProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoLocalThicknessMapProcessing3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoTimeMapProcessing. inBinaryImage
The input binary image Default value is NULL.SoSFImageDataAdapter
SoTimeMapProcessing. inIntensityImage
The input image Default value is NULL.SoSFImageDataAdapter
SoGeodesicDistanceMapProcessing. inMaskImage
The binary image for the forbidden area (compute distance only outside). -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoDilationSquareColorProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoErosionSquareColorProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoDilationBallProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoDilationCubeProcessing. inImage
The input image.SoSFImageDataAdapter
SoDilationDiskProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoDilationDiskProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoDilationLineProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoDilationLineProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoErosionBallProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoErosionCubeProcessing. inImage
The input image.SoSFImageDataAdapter
SoErosionDiskProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoErosionDiskProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoErosionLineProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoErosionLineProcessing3d. inImage
The input grayscale image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoUltimateErosionProcessing. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoExtremaImpositionProcessing. inImage
The input image.SoSFImageDataAdapter
SoHExtremaProcessing. inImage
The input image.SoSFImageDataAdapter
SoRegionalExtremaProcessing. inImage
The input image.SoSFImageDataAdapter
SoGrayscaleResconstructionProcessing. inMarkerImage
The input grayscale marker image containing seeds for reconstruction.SoSFImageDataAdapter
SoReconstructionFromMarkersProcessing. inMarkerImage
The binary marker image containing seeds for reconstruction.SoSFImageDataAdapter
SoGrayscaleResconstructionProcessing. inMaskImage
The input grayscale mask image constraining reconstruction.SoSFImageDataAdapter
SoReconstructionFromMarkersProcessing. inMaskImage
The binary mask image constraining reconstruction.Fields in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations with type parameters of type SoSFImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHExtremaProcessing. outBinaryImage
The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRegionalExtremaProcessing. outBinaryImage
The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoUltimateErosionProcessing. outBinaryImage
The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoExtremaImpositionProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGrayscaleResconstructionProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoReconstructionFromMarkersProcessing. outImage
The output image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoApplyMorphologicalLutProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoApplyMorphologicalLutProcessing3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoCentroidProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoEndPointsProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoEndPointsProcessing3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoInteriorPointsProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoIsolatedPointsProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoIsolatedPointsProcessing3d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoPruningProcessing2d. inBinaryImage
The input image.SoSFImageDataAdapter
SoPruningProcessing3d. inBinaryImage
The input image.SoSFImageDataAdapter
SoSkeletonProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoTriplePointsProcessing2d. inBinaryImage
The input binary image.SoSFImageDataAdapter
SoPruneProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoInfluenceZonesProcessing. inObjectImage
The input binary or label image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoClosingSquareColorProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoOpeningSquareColorProcessing2d. inColorImage
The input color image.SoSFImageDataAdapter
SoClosingBallByReconstructionProcessing3d. inImage
Input image.SoSFImageDataAdapter
SoClosingBallProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoClosingByReconstructionProcessing. inImage
Input image.SoSFImageDataAdapter
SoClosingCubeProcessing. inImage
The input image.SoSFImageDataAdapter
SoClosingDiskByReconstructionProcessing2d. inImage
Input image.SoSFImageDataAdapter
SoClosingDiskProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoClosingDiskProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoClosingLineMinimumProcessing. inImage
The input image.SoSFImageDataAdapter
SoClosingLineProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoClosingLineProcessing3d. inImage
The input image.SoSFImageDataAdapter
SoOpeningBallByReconstructionProcessing3d. inImage
Input image Default value is NULL.SoSFImageDataAdapter
SoOpeningBallProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoOpeningByReconstructionProcessing. inImage
Input image.SoSFImageDataAdapter
SoOpeningCubeProcessing. inImage
The input image.SoSFImageDataAdapter
SoOpeningDiskByReconstructionProcessing2d. inImage
Input image.SoSFImageDataAdapter
SoOpeningDiskProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoOpeningDiskProcessing3d. inImage
The input grayscale image.SoSFImageDataAdapter
SoOpeningLineMaximumProcessing. inImage
The input image.SoSFImageDataAdapter
SoOpeningLineProcessing2d. inImage
The input image.SoSFImageDataAdapter
SoOpeningLineProcessing3d. inImage
The input grayscale image. -
Uses of SoSFImageDataAdapter in com.openinventor.imageviz.nodes.images
Fields in com.openinventor.imageviz.nodes.images declared as SoSFImageDataAdapter Modifier and Type Field Description SoSFImageDataAdapter
SoProxyDataAdapter. image
Defines the original image.SoSFImageDataAdapter
SoVRImageDataReader. imageData
Input image data.
-