public class StackCombiner extends 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(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)
Copyright © 1997–2018 NIH. All rights reserved.