|
||||||||||
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 | |
---|---|
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. |
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(java.lang.String arg)
PlugIn
run
in interface PlugIn
public static ImagePlus[] split(ImagePlus imp)
public static ImageStack[] splitRGB(ImageStack rgb, boolean keepSource)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |