|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectij.plugin.ChannelSplitter
public class ChannelSplitter
This plugin implements the Image/Color/Split Channels command.
| Constructor Summary | |
|---|---|
ChannelSplitter()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChannelSplitter()
| Method Detail |
|---|
public void run(String arg)
PlugIn
run in interface PlugInpublic static ImagePlus[] split(ImagePlus imp)
public static ImageStack getChannel(ImagePlus imp,
int c)
public static ImageStack[] splitRGB(ImageStack rgb,
boolean keepSource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||