public class ImageOverlay
extends java.lang.Object
implements ij.plugin.PlugIn
| Constructor and Description |
|---|
ImageOverlay() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAndDisplay() |
void |
addAndDisplayInColor() |
int[] |
average() |
void |
calc_cc() |
double |
DenCC() |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
void |
showAbout() |
public void run(java.lang.String arg)
ij.plugin.PlugInrun in interface ij.plugin.PlugInpublic void showAbout()
public void addAndDisplayInColor()
public void addAndDisplay()
public void calc_cc()
public int[] average()
public double DenCC()