Interface GeodesicDistanceTransform3D

All Superinterfaces:
Algo
All Known Implementing Classes:
GeodesicDistanceTransform3DFloat

public interface GeodesicDistanceTransform3D
extends Algo
Interface for computing Geodesic distance transforms (or geodesic distance maps) from binary images.
Author:
David Legland
See Also:
DistanceTransform, GeodesicDistanceTransform
  • Method Summary

    Modifier and Type Method Description
    ij.ImageStack geodesicDistanceMap​(ij.ImageStack marker, ij.ImageStack mask)
    Computes 3D geodesic distance transform (or geodesic distance map) of a binary image of marker, constrained to a binary mask.

    Methods inherited from interface inra.ijpb.algo.Algo

    addAlgoListener, removeAlgoListener
  • Method Details

    • geodesicDistanceMap

      ij.ImageStack geodesicDistanceMap​(ij.ImageStack marker, ij.ImageStack mask)
      Computes 3D geodesic distance transform (or geodesic distance map) of a binary image of marker, constrained to a binary mask.
      Parameters:
      marker - the binary image of marker
      mask - the binary image of mask
      Returns:
      the geodesic distance map in a new ImageProcessor