ij3d.image3d
Class Segment3D

java.lang.Object
  extended by ij3d.image3d.Segment3D

public class Segment3D
extends java.lang.Object

Description of the Class

Author:
fabrice cordelieres

Constructor Summary
Segment3D(ij.ImagePlus img, int lowthr, int highthr)
          Constructor for the Segment3D object
 
Method Summary
 void findObjects()
          Generates the connexity analysis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Segment3D

public Segment3D(ij.ImagePlus img,
                 int lowthr,
                 int highthr)
Constructor for the Segment3D object

Parameters:
img - The image to segment
lowthr - Low threshold
highthr - High Threshold
Method Detail

findObjects

public void findObjects()
Generates the connexity analysis.