public class Kalman_Filter extends Object implements ij.plugin.PlugIn
Modifier and Type | Field and Description |
---|---|
protected static ij.ImagePlus |
imp |
protected static ij.ImagePlus |
imp2 |
protected static ij.process.ImageProcessor |
ip |
protected static ij.process.ImageProcessor |
ip2 |
protected Kalman_Filter.settingBar |
sbar |
protected static ij.ImageStack |
stack |
protected static ij.ImageStack |
stack2 |
Constructor and Description |
---|
Kalman_Filter() |
Modifier and Type | Method and Description |
---|---|
short[] |
double2short(double[] array) |
boolean |
getFiles() |
boolean |
getStartSpecs() |
void |
Kalmanizer() |
void |
run(String argv) |
double[] |
short2double(short[] array) |
protected static ij.ImagePlus imp
protected static ij.ImagePlus imp2
protected static ij.ImageStack stack
protected static ij.ImageStack stack2
protected static ij.process.ImageProcessor ip
protected static ij.process.ImageProcessor ip2
protected Kalman_Filter.settingBar sbar
public void run(String argv)
run
in interface ij.plugin.PlugIn
public boolean getFiles()
public boolean getStartSpecs()
public void Kalmanizer()
public short[] double2short(double[] array)
public double[] short2double(short[] array)
Copyright © 2015–2021 Fiji. All rights reserved.