Constructor and Description |
---|
ChannelSplitter() |
Modifier and Type | Method and Description |
---|---|
static ImageStack |
getChannel(ImagePlus imp,
int c)
Returns, as an ImageStack, the specified channel, where 'c' must be greater
than zero and less than or equal to the number of channels in the image.
|
void |
run(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(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)
Copyright © 1997–2019 NIH. All rights reserved.