Uses of Class
com.openinventor.imageviz.nodes.images.SoImageDataAdapter
-
Packages that use SoImageDataAdapter Package Description com.openinventor.imageviz This extension is deprecated since 2023.2 ImageViz API is replaced by the new ImageDev toolkit which provides the same features with the added benefit of a simplier API.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.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.fields com.openinventor.imageviz.nodes.images Data conversion conventions in ImageViz com.openinventor.imageviz.workflows -
-
Uses of SoImageDataAdapter in com.openinventor.imageviz
Methods in com.openinventor.imageviz that return SoImageDataAdapter Modifier and Type Method Description static SoImageDataAdapter
SbImageDataAdapterHelper. getAppropriateAdapter(java.lang.String filename)
Deprecated.Calls getAppropriateAdapter(filename, (long)0).static SoImageDataAdapter
SbImageDataAdapterHelper. getAppropriateAdapter(java.lang.String filename, long maxMemory)
Deprecated.Loads data and returns a preconfiguredSoImageDataAdapter
instance based on the given filename extension.SoImageDataAdapter
SbImageDataAccessor. getImageAdapter()
Deprecated.Returns theSoImageDataAdapter
associated with this DataAccessor.Methods in com.openinventor.imageviz with parameters of type SoImageDataAdapter Modifier and Type Method Description static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createFullRegion(SoImageDataAdapter image)
Deprecated.Helper to create aSubVolumeRegion
corresponding to the whole region of the given image.static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createSliceRegion(SoImageDataAdapter image, int sliceNumber)
Deprecated.Helper to create aSubVolumeRegion
corresponding to one slice of the given image.static void
SbImageDataAdapterHelper. saveToFile(SoImageDataAdapter image, java.lang.String filename)
Deprecated.Save given image to a file.Constructors in com.openinventor.imageviz with parameters of type SoImageDataAdapter Constructor Description SbDiscreteLineProfile(SbVec2i32 p1, SbVec2i32 p2, SoImageDataAdapter image)
Deprecated.Constructor defining the profile line on the image.SbDiscreteLineProfile(SbVec3i32 p1, SbVec3i32 p2, SoImageDataAdapter image)
Deprecated.Constructor defining the profile line on the image.SbDiscreteLineProfile(SbVec4i32 p1, SbVec4i32 p2, SoImageDataAdapter image)
Deprecated.Constructor defining the profile line on the image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing2d. outEigenValuesImage
Deprecated.Eigenvalues image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing3d. outEigenValuesImage
Deprecated.Eigenvalues image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing2d. outEigenVector1Image
Deprecated.Eigenvector image containing the largest eigen value.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing3d. outEigenVector1Image
Deprecated.Eigenvector image containing the largest eigen value.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing2d. outEigenVector2Image
Deprecated.Eigenvector image containing the smallest eigen value.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing3d. outEigenVector2Image
Deprecated.Eigenvector image containing the medium eigen value.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenDecompositionProcessing3d. outEigenVector3Image
Deprecated.Eigenvector image containing the smallest eigen value.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoAbsoluteValueProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoArithmeticImageProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoArithmeticValueProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBlendWithImageProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBlendWithValueProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCombineByMaskProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDirectionalBlendProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageFormulaProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMaskImageProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMaxAbsoluteValueProcessing2d. outImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBitShiftProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoInvertImageProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLogicalImageProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLogicalNotProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLogicalValueProcessing. outImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.edgemarking
Fields in com.openinventor.imageviz.engines.edgedetection.edgemarking with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoTensorVotingProcessing2d. outBallnessImage
Deprecated.Output ballness image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDijkstraShortestPathProcessing2d. outBinaryImage
Deprecated.The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoZeroCrossingsProcessing2d. outBinarylImage
Deprecated.The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCannyEdgeProcessing. outImage
Deprecated.Output edge image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenvaluesToStructurenessProcessing2d. outImage
Deprecated.Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEigenvaluesToStructurenessProcessing3d. outImage
Deprecated.Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientLocalMaximaProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientLocalMaximaProcessing3d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRidgeDetectionProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoTensorVotingProcessing2d. outSaliencyImage
Deprecated.Output saliency image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGaussianGradientTensorProcessing2d. outTensorImage
Deprecated.outTensorImage Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGaussianGradientTensorProcessing3d. outTensorImage
Deprecated.outTensorImage Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoTensorVotingProcessing2d. outTensorImage
Deprecated.Output tensor image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoTensorVotingProcessing2d. outVectorImage
Deprecated.Output orientation vector image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.gradient
Fields in com.openinventor.imageviz.engines.edgedetection.gradient with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientMagnitudeProcessing2d. outAmplitudeImage
Deprecated.The output gradient amplitude image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientMagnitudeProcessing3d. outAmplitudeImage
Deprecated.The output gradient amplitude image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing2d. outAmplitudeImage
Deprecated.The output gradient amplitude image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing3d. outAmplitudeImage
Deprecated.The output gradient amplitude image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing2d. outGradientXImage
Deprecated.The output X-gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing3d. outGradientXImage
Deprecated.The output X-gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing2d. outGradientYImage
Deprecated.The output Y-gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing3d. outGradientYImage
Deprecated.The output Y-gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing3d. outGradientZImage
Deprecated.The output Z-gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMorphologicalGradientProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientCenteredProcessing2d. outNormalImage
Deprecated.The output normal gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientCenteredProcessing3d. outNormalImage
Deprecated.The output normal gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientContourProcessing2d. outNormalImage
Deprecated.The output normal gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientContourProcessing3d. outNormalImage
Deprecated.The output normal gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientLabelProcessing2d. outNormalImage
Deprecated.The output normal gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientLabelProcessing3d. outNormalImage
Deprecated.The output normal gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientMagnitudeProcessing2d. outOrientationImage
Deprecated.The output gradient orientation image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGradientOperatorProcessing2d. outOrientationImage
Deprecated.The output gradient orientation image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientCenteredProcessing2d. outTangentImage
Deprecated.The output tangent gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientContourProcessing2d. outTangentImage
Deprecated.The output tangent gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRadialGradientLabelProcessing2d. outTangentImage
Deprecated.The output tangent gradient image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.laplacian
Fields in com.openinventor.imageviz.engines.edgedetection.laplacian with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDoBFilterProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMorphologicalLaplacianProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRecursiveLaplacianProcessing. outImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.otherderivatives
Fields in com.openinventor.imageviz.engines.edgedetection.otherderivatives with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGaussianDerivativeProcessing. outImage
Deprecated.Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHessianMatrixProcessing2d. outSymmetricMatrixImage
Deprecated.Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHessianMatrixProcessing3d. outSymmetricMatrixImage
Deprecated.Output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition
Fields in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBinaryCorrelationProcessing2d. outMatchingImage
Deprecated.The output correlation image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGrayscaleCorrelationProcessing2d. outMatchingImage
Deprecated.The output correlation image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoElasticRegistrationProcessing2d. outDisplacementField
Deprecated.The displacement field that maps a pixel of the moving image onto the corresponding pixel in the fixed image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoElasticRegistrationProcessing2d. outImage
Deprecated.TheinMovingImage
transformed by the output displacement field. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoObjectCountQuantification. outLabelImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imageanalysis.individualmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.individualmeasures with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoFilterByMeasureProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLabelFilteringAnalysisQuantification. outLabelImage
Deprecated.The output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLabelFilteringProcessing. outLabelImage
Deprecated.The output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSieveLabelingProcessing. outLabelImage
Deprecated.The output label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMeasureImageProcessing. outMeasureImage
Deprecated.The output image Default value is NULL. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.colortransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.colortransforms with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorAntialiasingProcessing2d. outColorImage
Deprecated.The output color image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorSpaceConversionProcessing. outColorImage
Deprecated.The output color image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDecorrelationStretchProcessing2d. outColorImage
Deprecated.The output color image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorGetPlaneProcessing2d. outGrayImage
Deprecated.The output grayscale image representing the extracted plane.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorToGrayscaleProcessing. outGrayImage1
Deprecated.The first plane output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorToLightnessProcessing. outGrayImage1
Deprecated.The output lightness image (grayscale).SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorToGrayscaleProcessing. outGrayImage2
Deprecated.The second plane output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoColorToGrayscaleProcessing. outGrayImage3
Deprecated.The third plane output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGrayscaleToColorProcessing. outImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.frequencydomain
Fields in com.openinventor.imageviz.engines.imagefiltering.frequencydomain with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoConvolutionWithImageProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGaborFilteringProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSwapQuadrantsProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexCenteredFFTInverseProcessing. outImaginaryImage
Deprecated.The output imaginary part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexCenteredFFTProcessing. outImaginaryImage
Deprecated.The output imaginary part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexFFTInverseProcessing. outImaginaryImage
Deprecated.The output imaginary part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexFFTProcessing. outImaginaryImage
Deprecated.The output imaginary part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoPolarToCartesianProcessing2d. outImaginaryImage
Deprecated.The output imaginary part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCartesianToPolarProcessing2d. outModulusImage
Deprecated.The output modulus image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCartesianToPolarProcessing2d. outPhaseImage
Deprecated.The output phase image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexCenteredFFTInverseProcessing. outRealImage
Deprecated.The output real part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexCenteredFFTProcessing. outRealImage
Deprecated.The output real part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexFFTInverseProcessing. outRealImage
Deprecated.The output real part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoComplexFFTProcessing. outRealImage
Deprecated.The output real part image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoPolarToCartesianProcessing2d. outRealImage
Deprecated.The output real part image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.sharpening
Fields in com.openinventor.imageviz.engines.imagefiltering.sharpening with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDeblurProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoDelineateProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoShadeProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoUnsharpMaskingProcessing. outImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.texturefilters
Fields in com.openinventor.imageviz.engines.imagefiltering.texturefilters with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoAutoCorrelationProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLocalStatisticsProcessing. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMultiscaleStructureEnhancementProcessing2d. outImage
Deprecated.Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMultiscaleStructureEnhancementProcessing3d. outImage
Deprecated.Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageCurvatureProcessing2d. outRealImage
Deprecated.The output image (floating values).SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageCurvatureProcessing3d. outRealImageMax
Deprecated.The maximal curvature output image (floating values).SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageCurvatureProcessing3d. outRealImageMin
Deprecated.The minimal curvature output image (floating values). -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagemanipulation.imageediting
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagemanipulation.stackoperations
Fields in com.openinventor.imageviz.engines.imagemanipulation.stackoperations with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageStackProjectionProcessing3d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageStackProjectionProcessing3d. outLabelImage
Deprecated.The output map label image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages
Fields in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRandomSphereGeneration3d. outBinaryImage
Deprecated.The output 3D binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRandomImageGeneration. outImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.binarization
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.classification
Fields in com.openinventor.imageviz.engines.imagesegmentation.classification with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoAutoIntensityClassificationProcessing. outLabelImage
Deprecated.The output label image where a one label represents one class.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing2d. outLabelImage
Deprecated.The output label image representing the texture classification result.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing3d. outLabelImage
Deprecated.The output label image representing the texture classification result.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing2d. outMapImage
Deprecated.Output map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoSupervisedTextureClassificationProcessing3d. outMapImage
Deprecated.Output map image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry
Fields in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCenterLineApproximation3d. outBinaryImage
Deprecated.Output centerline. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.featureselection
Fields in com.openinventor.imageviz.engines.imagesegmentation.featureselection with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLabelInterfacesProcessing. outBinaryImage
Deprecated.The output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoBorderKillProcessing. outObjectImage
Deprecated.The output binary or label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoObjectBoundariesProcessing. outObjectImage
Deprecated.The output binary or label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRemoveSmallHolesProcessing. outObjectImage
Deprecated.The output object binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRemoveSmallSpotsProcessing. outObjectImage
Deprecated.The output binary or label image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.labeling
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoFloodFillThresholdProcessing. outBinaryImage
Deprecated.Enter output binary image (or select one in the list) Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMarkerBasedWatershedProcessing. outObjectImage
Deprecated.The output image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps with type parameters of type SoImageDataAdapter Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing2d. outGrayImageX
Deprecated.The output X distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outGrayImageX
Deprecated.The output X distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing2d. outGrayImageY
Deprecated.The output Y distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outGrayImageY
Deprecated.The output Y distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outGrayImageZ
Deprecated.The output Z distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGeodesicPropagationProcessing2d. outImage
Deprecated.The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoTimeMapProcessing. outIntensityImage
Deprecated.The output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoChamferDistanceMapProcessing2d. outMapImage
Deprecated.The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoChamferDistanceMapProcessing3d. outMapImage
Deprecated.The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoChessboardDistanceMapProcessing. outMapImage
Deprecated.The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing2d. outMapImage
Deprecated.The output background distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outMapImage
Deprecated.he output background distance map.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEuclideanDistanceMapProcessing3d. outMapImage
Deprecated.Distance map of the input binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGeodesicDistanceMapProcessing. outMapImage
Deprecated.The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLocalThicknessMapProcessing3d. outMapImage
Deprecated.The output distance map image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.fields
Methods in com.openinventor.imageviz.fields that return SoImageDataAdapter Modifier and Type Method Description SoImageDataAdapter
SoSFImageDataAdapter. getValue()
Deprecated.Returns current value . -
Uses of SoImageDataAdapter in com.openinventor.imageviz.nodes.images
Subclasses of SoImageDataAdapter in com.openinventor.imageviz.nodes.images Modifier and Type Class Description class
SoFileDataAdapter
Deprecated.As of Open Inventor 2023.2.class
SoMemoryDataAdapter
Deprecated.As of Open Inventor 2023.2.class
SoProxyDataAdapter
Deprecated.As of Open Inventor 2023.2.class
SoVolumeReaderAdapter
Deprecated.As of Open Inventor 2023.2.Constructors in com.openinventor.imageviz.nodes.images with parameters of type SoImageDataAdapter Constructor Description SoVRImageDataReader(SoImageDataAdapter _image)
Deprecated.Helper constructor equivalent to: -
Uses of SoImageDataAdapter in com.openinventor.imageviz.workflows
Methods in com.openinventor.imageviz.workflows that return SoImageDataAdapter Modifier and Type Method Description SoImageDataAdapter
DentalPanoramicExtractor. getInputVolume()
Deprecated.Get the input 3D CBCT image of the head (LP orientation).SoImageDataAdapter
DentalPanoramicExtractor. getPanoramicImage()
Deprecated.Get the output panoramic image representing unfolded jaws.SoImageDataAdapter
DentalPanoramicExtractor. getPanoramicVolume()
Deprecated.Get the output panoramic volume given by unfolding the surface defined by the arch mesh.Methods in com.openinventor.imageviz.workflows with parameters of type SoImageDataAdapter Modifier and Type Method Description void
DentalPanoramicExtractor. setInputVolume(SoImageDataAdapter inImage)
Deprecated.Set the input 3D CBCT image of the head (LP orientation).Constructors in com.openinventor.imageviz.workflows with parameters of type SoImageDataAdapter Constructor Description DentalPanoramicExtractor(SoImageDataAdapter inImage)
Deprecated.Constructor.
-