Creating Blue channel Image from RED and GREEN Channel Image available

Hi,

I would like to know, is there any possibility of creating the blue channel image with the other two channel images present. Im little ethuthiatic to do this and check it out.
Depending on the format of your data you could use one of the following ImageTransform keywords:

If you have individual 2D waves representing the red and green channels then you can duplicate one of them and use ImageTransform with the keyword stackImages.

If you already have a 3-layer 3D wave you could use ImageTransform setPlane. If you have a 3D wave of only 2 layers you can use ImageTransform with insertZplane.

In all of these situations you will need a 2D wave representing the data in the blue channel. If you have no such data you could start from some linear combination of the red/green channels which you can obtain using MatrixOP.

I hope this helps,

A.G.
WaveMetrics, Inc.