Constructor and Description |
---|
ChannelSplitter() |
Modifier and Type | Method and Description |
---|---|
static ImageStack |
getChannel(ImagePlus imp,
int c) |
void |
run(java.lang.String arg)
This method is called when the plugin is loaded.
|
static ImagePlus[] |
split(ImagePlus imp)
Splits the specified image into separate channels.
|
static ImageStack[] |
splitRGB(ImageStack rgb,
boolean keepSource)
Splits the specified RGB stack into three 8-bit grayscale stacks.
|
public void run(java.lang.String arg)
PlugIn
public static ImagePlus[] split(ImagePlus imp)
public static ImageStack getChannel(ImagePlus imp, int c)
public static ImageStack[] splitRGB(ImageStack rgb, boolean keepSource)