Class DistanceTransformWatershed3D

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

public class DistanceTransformWatershed3D
extends java.lang.Object
implements ij.plugin.PlugIn
This plugin computes watershed on the inverse of the distance map of a 3D binary image. Imposition of extended minima is used to control the number of local minima. This way, touching objects can be separated.
Author:
Ignacio Arganda-Carreras (ignacio.arganda@ehu.eus)
  • Constructor Summary

    Constructors
    Constructor Description
    DistanceTransformWatershed3D()  
  • Method Summary

    Modifier and Type Method Description
    void run​(java.lang.String arg)
    Plugin run method

    Methods inherited from class java.lang.Object

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

    • DistanceTransformWatershed3D

      public DistanceTransformWatershed3D()
  • Method Details

    • run

      public void run​(java.lang.String arg)
      Plugin run method
      Specified by:
      run in interface ij.plugin.PlugIn