how we can convert index image (256x256x4 unit8) to truecolor image (256x256x3 unit 8) ?

1 view (last 30 days)
Actually my image is multi-plane image means index image (256x256x4 unit8),how can i convert it into true color image/RGB (256x256x3 unit 8)

Accepted Answer

Image Analyst
Image Analyst on 17 Nov 2015
You're going to have to pick just 3 of the input channels to assign to red, green, and blue. Or you can pick a weighted average of some of them. You have to decide how you want to display your multispectral image in RGB color space.

More Answers (0)

Categories

Find more on Convert Image Type in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!