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