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