Uses of Class
com.openinventor.imageviz.nodes.images.SoImageDataAdapter
-
Packages that use SoImageDataAdapter Package Description com.openinventor.imageviz The ImageViz extension allows easy integration of advanced 2D and 3D image processing and analysis capabilities into imaging software applications.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)
Calls getAppropriateAdapter(filename, (long)0).static SoImageDataAdapter
SbImageDataAdapterHelper. getAppropriateAdapter(java.lang.String filename, long maxMemory)
Loads data and returns a preconfiguredSoImageDataAdapter
instance based on the given filename extension.SoImageDataAdapter
SbImageDataAccessor. getImageAdapter()
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)
Helper to create aSubVolumeRegion
corresponding to the whole region of the given image.static SbImageDataAccessor.SubVolumeRegion
SbImageDataAccessor. createSliceRegion(SoImageDataAdapter image, int sliceNumber)
Helper to create aSubVolumeRegion
corresponding to one slice of the given image.static void
SbImageDataAdapterHelper. saveToFile(SoImageDataAdapter image, java.lang.String filename)
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)
Constructor defining the profile line on the image.SbDiscreteLineProfile(SbVec3i32 p1, SbVec3i32 p2, SoImageDataAdapter image)
Constructor defining the profile line on the image.SbDiscreteLineProfile(SbVec4i32 p1, SbVec4i32 p2, SoImageDataAdapter image)
Constructor defining the profile line on the image. -
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.arithmeticandlogic.arithmeticoperations
-
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
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 SoImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.edgemarking
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.edgedetection.gradient
-
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
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMorphologicalLaplacianProcessing. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRecursiveLaplacianProcessing. outImage
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
Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHessianMatrixProcessing2d. outSymmetricMatrixImage
Output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoHessianMatrixProcessing3d. outSymmetricMatrixImage
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
The output correlation image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGrayscaleCorrelationProcessing2d. outMatchingImage
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
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 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
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
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 SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.colortransforms
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.frequencydomain
-
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
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 SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.smoothinganddenoising
-
Uses of SoImageDataAdapter in com.openinventor.imageviz.engines.imagefiltering.texturefilters
-
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
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoImageStackProjectionProcessing3d. outLabelImage
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
The output 3D binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoRandomImageGeneration. outImage
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
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 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
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
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 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
Enter output binary image (or select one in the list) Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoMarkerBasedWatershedProcessing. outObjectImage
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
The output X distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outGrayImageX
The output X distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing2d. outGrayImageY
The output Y distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outGrayImageY
The output Y distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outGrayImageZ
The output Z distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGeodesicPropagationProcessing2d. outImage
The output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoTimeMapProcessing. outIntensityImage
The output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoChamferDistanceMapProcessing2d. outMapImage
The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoChamferDistanceMapProcessing3d. outMapImage
The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoChessboardDistanceMapProcessing. outMapImage
The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing2d. outMapImage
The output background distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoClosestBoundaryPointsProcessing3d. outMapImage
he output background distance map.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoEuclideanDistanceMapProcessing3d. outMapImage
Distance map of the input binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoGeodesicDistanceMapProcessing. outMapImage
The output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
SoLocalThicknessMapProcessing3d. outMapImage
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
Fields in com.openinventor.imageviz.engines.mathematicalmorphology.geodesictransformations with type parameters of type SoImageDataAdapter 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 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()
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
Image data adapter for data in a file.class
SoMemoryDataAdapter
Image data adapter for in memory data.class
SoProxyDataAdapter
Proxy image data adapter for in memory data.class
SoVolumeReaderAdapter
Image data adapter for anSoVolumeReader
.Constructors in com.openinventor.imageviz.nodes.images with parameters of type SoImageDataAdapter Constructor Description SoVRImageDataReader(SoImageDataAdapter _image)
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()
Get the input 3D CBCT image of the head (LP orientation).SoImageDataAdapter
DentalPanoramicExtractor. getPanoramicImage()
Get the output panoramic image representing unfolded jaws.SoImageDataAdapter
DentalPanoramicExtractor. getPanoramicVolume()
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)
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)
Constructor.
-