Hyperstack to RGB

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Hyperstack to RGB

jenhan
I am trying to convert a multichannel hyperstack image to a composite RGB image.  I know that to achieve this, I can use the Channels Tool.  However, I am attempting to write a plugin.  My reading me has lead me to the RGBStackConverter.  What are the two images required in the method

ij.plugin.RGBStackConverter.convertHyperstack(ImagePlus imp, ImagePlus imp2)

Asides from the obvious that they are both ImagePlus images, what do they represent?