public class PeakFitter<T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
extends java.lang.Object
Constructor and Description |
---|
PeakFitter() |
PeakFitter(boolean[] vary) |
PeakFitter(boolean[] vary,
double allowable_error) |
Modifier and Type | Method and Description |
---|---|
void |
fitPeak(net.imglib2.RandomAccessible<T> img,
double[] p,
double[] e,
java.awt.Rectangle roi) |
void |
fitPeak(net.imglib2.RandomAccessible<T> img,
double[] p,
double[] e,
java.awt.Rectangle roi,
boolean findNegativePeaks) |
void |
fitPeak(net.imglib2.RandomAccessible<T> img,
double[] p,
double[] e,
java.awt.Rectangle roi,
double fitRegionThreshold,
boolean findNegativePeaks) |
public PeakFitter()
public PeakFitter(boolean[] vary)
public PeakFitter(boolean[] vary, double allowable_error)
public void fitPeak(net.imglib2.RandomAccessible<T> img, double[] p, double[] e, java.awt.Rectangle roi)
public void fitPeak(net.imglib2.RandomAccessible<T> img, double[] p, double[] e, java.awt.Rectangle roi, boolean findNegativePeaks)
public void fitPeak(net.imglib2.RandomAccessible<T> img, double[] p, double[] e, java.awt.Rectangle roi, double fitRegionThreshold, boolean findNegativePeaks)