PlugInpublic class StackCombiner extends Object implements PlugIn
| Constructor | Description |
|---|---|
StackCombiner() |
| Modifier and Type | Method | Description |
|---|---|---|
ImageStack |
combineHorizontally(ImageStack stack1,
ImageStack stack2) |
|
ImageStack |
combineVertically(ImageStack stack1,
ImageStack stack2) |
|
void |
run(String arg) |
This method is called when the plugin is loaded.
|
public void run(String arg)
PlugInpublic ImageStack combineHorizontally(ImageStack stack1, ImageStack stack2)
public ImageStack combineVertically(ImageStack stack1, ImageStack stack2)