|
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?
|