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 SoImageDataAdapterSbImageDataAdapterHelper. getAppropriateAdapter(java.lang.String filename)Calls getAppropriateAdapter(filename, (long)0).static SoImageDataAdapterSbImageDataAdapterHelper. getAppropriateAdapter(java.lang.String filename, long maxMemory)Loads data and returns a preconfiguredSoImageDataAdapterinstance based on the given filename extension.SoImageDataAdapterSbImageDataAccessor. getImageAdapter()Returns theSoImageDataAdapterassociated with this DataAccessor.Methods in com.openinventor.imageviz with parameters of type SoImageDataAdapter Modifier and Type Method Description static SbImageDataAccessor.SubVolumeRegionSbImageDataAccessor. createFullRegion(SoImageDataAdapter image)Helper to create aSubVolumeRegioncorresponding to the whole region of the given image.static SbImageDataAccessor.SubVolumeRegionSbImageDataAccessor. createSliceRegion(SoImageDataAdapter image, int sliceNumber)Helper to create aSubVolumeRegioncorresponding to one slice of the given image.static voidSbImageDataAdapterHelper. 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. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoInvertImageProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoLogicalImageProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoLogicalNotProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoLogicalValueProcessing. outImageThe 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. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoMorphologicalLaplacianProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoRecursiveLaplacianProcessing. outImageThe 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. outImageOutput image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoHessianMatrixProcessing2d. outSymmetricMatrixImageOutput image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoHessianMatrixProcessing3d. outSymmetricMatrixImageOutput 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. outMatchingImageThe output correlation image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoGrayscaleCorrelationProcessing2d. outMatchingImageThe 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. outDisplacementFieldThe displacement field that maps a pixel of the moving image onto the corresponding pixel in the fixed image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoElasticRegistrationProcessing2d. outImageTheinMovingImagetransformed 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. outLabelImageThe 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. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoLabelFilteringAnalysisQuantification. outLabelImageThe output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoLabelFilteringProcessing. outLabelImageThe output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoSieveLabelingProcessing. outLabelImageThe output label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoMeasureImageProcessing. outMeasureImageThe 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. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoDelineateProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoShadeProcessing2d. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoUnsharpMaskingProcessing. outImageThe 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. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoImageStackProjectionProcessing3d. outLabelImageThe 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. outBinaryImageThe output 3D binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoRandomImageGeneration. outImageThe 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. outLabelImageThe output label image where a one label represents one class.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoSupervisedTextureClassificationProcessing2d. outLabelImageThe output label image representing the texture classification result.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoSupervisedTextureClassificationProcessing3d. outLabelImageThe output label image representing the texture classification result.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoSupervisedTextureClassificationProcessing2d. outMapImageOutput map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoSupervisedTextureClassificationProcessing3d. outMapImageOutput 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. outBinaryImageOutput 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. outBinaryImageThe output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoBorderKillProcessing. outObjectImageThe output binary or label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoObjectBoundariesProcessing. outObjectImageThe output binary or label image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoRemoveSmallHolesProcessing. outObjectImageThe output object binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoRemoveSmallSpotsProcessing. outObjectImageThe 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. outBinaryImageEnter output binary image (or select one in the list) Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoMarkerBasedWatershedProcessing. outObjectImageThe 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. outGrayImageXThe output X distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoClosestBoundaryPointsProcessing3d. outGrayImageXThe output X distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoClosestBoundaryPointsProcessing2d. outGrayImageYThe output Y distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoClosestBoundaryPointsProcessing3d. outGrayImageYThe output Y distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoClosestBoundaryPointsProcessing3d. outGrayImageZThe output Z distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoGeodesicPropagationProcessing2d. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoTimeMapProcessing. outIntensityImageThe output image Default value is NULL.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoChamferDistanceMapProcessing2d. outMapImageThe output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoChamferDistanceMapProcessing3d. outMapImageThe output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoChessboardDistanceMapProcessing. outMapImageThe output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoClosestBoundaryPointsProcessing2d. outMapImageThe output background distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoClosestBoundaryPointsProcessing3d. outMapImagehe output background distance map.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoEuclideanDistanceMapProcessing3d. outMapImageDistance map of the input binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoGeodesicDistanceMapProcessing. outMapImageThe output distance map image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoLocalThicknessMapProcessing3d. outMapImageThe 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. outBinaryImageThe output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoRegionalExtremaProcessing. outBinaryImageThe output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoUltimateErosionProcessing. outBinaryImageThe output binary image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoExtremaImpositionProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoGrayscaleResconstructionProcessing. outImageThe output image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>SoReconstructionFromMarkersProcessing. outImageThe 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 SoImageDataAdapterSoSFImageDataAdapter. 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 classSoFileDataAdapterImage data adapter for data in a file.classSoMemoryDataAdapterImage data adapter for in memory data.classSoProxyDataAdapterProxy image data adapter for in memory data.classSoVolumeReaderAdapterImage 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 SoImageDataAdapterDentalPanoramicExtractor. getInputVolume()Get the input 3D CBCT image of the head (LP orientation).SoImageDataAdapterDentalPanoramicExtractor. getPanoramicImage()Get the output panoramic image representing unfolded jaws.SoImageDataAdapterDentalPanoramicExtractor. 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 voidDentalPanoramicExtractor. 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.
-