bd
Class BlobDetector
java.lang.Object
bd.BlobDetector
public class BlobDetector
- extends java.lang.Object
|
Constructor Summary |
BlobDetector(ij.process.ImageProcessor ip,
int width,
int height)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GAUSSIANDERIV
public static final int GAUSSIANDERIV
- See Also:
- Constant Field Values
FPCD
public static final int FPCD
- See Also:
- Constant Field Values
DET
public static final int DET
- See Also:
- Constant Field Values
OLD
public static final int OLD
- See Also:
- Constant Field Values
sderiv
public static final java.lang.String[] sderiv
salgorithm
public static final java.lang.String[] salgorithm
BlobDetector
public BlobDetector(ij.process.ImageProcessor ip,
int width,
int height)
setup
public void setup(double scale,
int derivation,
int algorithm)
setThreshold
public void setThreshold(double thresh)
compute
public void compute()
detect
public void detect()
detect
public void detect(VolumeFloat v,
double scale)
detectold
public void detectold(VolumeFloat v,
double scale)
count
public int count()