Uses of Class
com.openinventor.imageviz.engines.SoImageVizEngineOutput
-
Packages that use SoImageVizEngineOutput Package Description com.openinventor.imageviz.engines ImageViz engines allow the application of computational algorithms on data extracted from images.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 -
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines
Subclasses of SoImageVizEngineOutput in com.openinventor.imageviz.engines Modifier and Type Class Description class
SoImageVizEngineAnalysisOutput<T>
Deprecated.As of Open Inventor 2023.2, ImageViz API is replaced by the new ImageDev toolkit.Methods in com.openinventor.imageviz.engines that return SoImageVizEngineOutput Modifier and Type Method Description static <V extends SoFieldContainer>
SoImageVizEngineOutput<? extends SoSFFieldContainer,V>SoImageVizEngineOutput. newInstance(java.lang.Class<V> vClass, SoEngine engine, java.lang.String outputName)
Deprecated.Factory method to create a new imageviz engine output according its output type. -
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations
Fields in com.openinventor.imageviz.engines.arithmeticandlogic.logicaloperations declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.edgedetection.edgemarking
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.edgedetection.gradient
Fields in com.openinventor.imageviz.engines.edgedetection.gradient declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.edgedetection.laplacian
Fields in com.openinventor.imageviz.engines.edgedetection.laplacian declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.edgedetection.otherderivatives
Fields in com.openinventor.imageviz.engines.edgedetection.otherderivatives declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition
Fields in com.openinventor.imageviz.engines.geometryandmatching.patternrecognition declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SoImageVizEngineOutput 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.SoImageVizEngineOutput<SoSFFieldContainer,SoRegistrationResult>
SoImagePreAlignmentTransform3d. outTransform
Deprecated.Output structure storing registration results.SoImageVizEngineOutput<SoSFFieldContainer,SoRegistrationResult>
SoImageRegistrationTransform. outTransform
Deprecated.Output structure storing registration results. -
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imageanalysis.globalmeasures
Fields in com.openinventor.imageviz.engines.imageanalysis.globalmeasures declared as SoImageVizEngineOutput Modifier and Type Field Description SoImageVizEngineOutput<SoSFLabelAnalysisResult,SoLabelAnalysisResult>
SoGlobalAnalysisQuantification. outAnalysis
Deprecated.The output analysis.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoObjectCountQuantification. outLabelImage
Deprecated.The output image. -
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imageanalysis.individualmeasures
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagefiltering.colortransforms
Fields in com.openinventor.imageviz.engines.imagefiltering.colortransforms declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagefiltering.frequencydomain
Fields in com.openinventor.imageviz.engines.imagefiltering.frequencydomain declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagefiltering.grayscaletransforms
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagefiltering.sharpening
Fields in com.openinventor.imageviz.engines.imagefiltering.sharpening declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagefiltering.texturefilters
Fields in com.openinventor.imageviz.engines.imagefiltering.texturefilters declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagemanipulation.imageediting
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagemanipulation.stackoperations
Fields in com.openinventor.imageviz.engines.imagemanipulation.stackoperations declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages
Fields in com.openinventor.imageviz.engines.imagemanipulation.syntheticimages declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.binarization
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.classification
Fields in com.openinventor.imageviz.engines.imagesegmentation.classification declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry
Fields in com.openinventor.imageviz.engines.imagesegmentation.computationalgeometry declared as SoImageVizEngineOutput Modifier and Type Field Description SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoCenterLineApproximation3d. outBinaryImage
Deprecated.Output centerline.SoImageVizEngineOutput<SoSFFieldContainer,SoIndexedLineSet>
SoCenterLineApproximation3d. outLineSet
Deprecated.Output line set.SoImageVizEngineOutput<SoSFSegmentChain,SoSegmentChain>
SoObjectToSegmentApproximation2d. outSegment
Deprecated.The output segment. -
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.featureselection
Fields in com.openinventor.imageviz.engines.imagesegmentation.featureselection declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.labeling
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing
Fields in com.openinventor.imageviz.engines.imagesegmentation.regiongrowing declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.imagesegmentation.separatingandfilling
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.distancemaps declared as SoImageVizEngineOutput 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 SoImageVizEngineOutput in com.openinventor.imageviz.engines.mathematicalmorphology.erosionanddilation
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.mathematicalmorphology.hitormissandskeleton
-
Uses of SoImageVizEngineOutput in com.openinventor.imageviz.engines.mathematicalmorphology.openingandclosing
-