Package inra.ijpb.morphology.geodrec
Geodesic reconstruction by erosion and dilation.
This package provides interfaces for morphological reconstructions algorithms, and several implementations.
For geodesic reconstruction on planar images, the class GeodesicReconstructionHybrid.
For geodesic reconstruction on 3D stacks, the class to use depends on the data type:
- GeodesicReconstruction3DHybrid0Float for floating point images
- GeodesicReconstruction3DHybrid0Gray8 for images with 255 gray levels
- GeodesicReconstructionByDilation3DScanning and GeodesicReconstructionByErosion3DScanning for 16 bits images
-
Interface Summary Interface Description GeodesicReconstruction3DAlgo Defines the interface for geodesic reconstruction algorithms applied to 3D stack images.GeodesicReconstructionAlgo Defines the interface for geodesic reconstructions algorithms applied to planar images. -
Class Summary Class Description GeodesicReconstruction3DAlgoStub Implementation basis for geodesic reconstruction algorithms for 3D images.GeodesicReconstruction3DHybrid0Float Geodesic reconstruction for 3D stacks of floats, using hybrid algorithm.GeodesicReconstruction3DHybrid0Gray16 Geodesic reconstruction for 3D stacks of shorts, using hybrid algorithm.GeodesicReconstruction3DHybrid0Gray8 Geodesic reconstruction for 3D stacks of bytes, using hybrid algorithm.GeodesicReconstruction3DHybrid1Image3D Geodesic reconstruction for 3D stacks of any type, using hybrid algorithm and Image3D access class.GeodesicReconstructionAlgoStub Implementation basis for geodesic reconstruction algorithms for planar images.GeodesicReconstructionByDilation Geodesic reconstruction by dilation for planar images.GeodesicReconstructionByDilation3D Geodesic reconstruction by dilation for 3D images of any type, using scanning algorithm and implemented only for C26 connectivity.GeodesicReconstructionByDilation3DGray8 Geodesic reconstruction by dilation for 3D stacks of byte processors, using hybrid algorithm and implemented only for 26 connectivity.GeodesicReconstructionByDilation3DScanning Geodesic reconstruction by dilation for 3D stacks using scanning algorithm, and Image3D access class.GeodesicReconstructionByDilation3DScanningGray8 Geodesic reconstruction by dilation for 3D stacks of byte processors, using scanning algorithm.GeodesicReconstructionByErosion Geodesic reconstruction by erosion for integer images.GeodesicReconstructionByErosion3DGray8 Geodesic reconstruction by erosion for 3D stacks of byte processors, using hybrid algorithm and implemented only for the 26 connectivity.GeodesicReconstructionByErosion3DScanning Geodesic reconstruction by erosion for 3D stacks using scanning algorithm, and Image3D access class.GeodesicReconstructionByErosion3DScanningGray8 Geodesic reconstruction by erosion for 3D stacks of byte processors, using scanning algorithm.GeodesicReconstructionHybrid Geodesic reconstruction for planar images, using hybrid algorithm.GeodesicReconstructionScanning Geodesic reconstruction for planar images, using scanning algorithm. -
Enum Summary Enum Description GeodesicReconstructionType Enumeration of the two different types of geodesic reconstruction.