public class ImageTools
extends java.lang.Object
| Constructor and Description |
|---|
ImageTools() |
| Modifier and Type | Method and Description |
|---|---|
static ij.ImageStack |
getEmptyByteStack(ij.ImageStack source)
Get a new stack, byte format, of the same dimensions as given stack
Typically useful for creating mask or greyscale images for the output of some operation
|
public static ij.ImageStack getEmptyByteStack(ij.ImageStack source)
source - Source stack, to get the dimensions