Class GeodesicDistanceMap3D

java.lang.Object
inra.ijpb.plugins.GeodesicDistanceMap3D
All Implemented Interfaces:
ij.plugin.PlugIn

@Deprecated
public class GeodesicDistanceMap3D
extends java.lang.Object
implements ij.plugin.PlugIn
Deprecated.
use GeodesicDistanceMap3DPlugin instead
Plugin for computing geodesic distance map from binary images using chamfer weights.
Author:
dlegland
  • Constructor Summary

    Constructors
    Constructor Description
    GeodesicDistanceMap3D()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    ij.ImagePlus process​(ij.ImagePlus marker, ij.ImagePlus mask, java.lang.String newName, ChamferMask3D chamferMask, boolean normalize)
    Deprecated.
    Computes the distance propagated from the boundary of the white particles, within the black phase.
    void run​(java.lang.String arg0)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeodesicDistanceMap3D

      public GeodesicDistanceMap3D()
      Deprecated.
  • Method Details

    • run

      public void run​(java.lang.String arg0)
      Deprecated.
      Specified by:
      run in interface ij.plugin.PlugIn
    • process

      public ij.ImagePlus process​(ij.ImagePlus marker, ij.ImagePlus mask, java.lang.String newName, ChamferMask3D chamferMask, boolean normalize)
      Deprecated.
      Computes the distance propagated from the boundary of the white particles, within the black phase.
      Parameters:
      marker - the binary marker image from which distances will be propagated
      mask - the binary mask image that will constrain the propagation
      newName - the name of the result image
      chamferMask - the set of chamfer weights for computing distances
      normalize - specifies whether the resulting distance map should be normalized
      Returns:
      an array of object, containing the name of the new image, and the new ImagePlus instance