bd
Class BDVarDetector

java.lang.Object
  extended by bd.BDVarDetector

public class BDVarDetector
extends java.lang.Object


Constructor Summary
BDVarDetector(ij.process.ImageProcessor ip, int width, int height)
           
 
Method Summary
 void compute()
           
 void computeVarDeriv()
           
 void setup(double scale)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BDVarDetector

public BDVarDetector(ij.process.ImageProcessor ip,
                     int width,
                     int height)
Method Detail

setup

public void setup(double scale)

computeVarDeriv

public void computeVarDeriv()

compute

public void compute()