Hi Stefan, Of course, I would like to visualize the image like this (attached image), that was obtained using ArcMap software, with the usual band order for True Color (RGB) and Composite Infrared (CIR) in remote sensing applications. The tiff image that I loaded has 4 bands, so I would think that the order would be: band0(Red), band1(Green), band2(Blue), band3(Infrarred), so if I want to visualize the true color image, I would need to use this instruction: TrueColor_img = img11[:,:,(0,1,2)] but as you can see, the obtained visualization is very different from natural color. I hope this helps, Jaime On Monday, March 21, 2016 at 6:23:20 PM UTC-4, stefanv wrote:
Hi Jaime
On 21 March 2016 at 13:44, Jaime Lopez Carvajal <jalo...@gmail.com <javascript:>> wrote:
I am loading a 4-band image using io.imread, but I am having problems to visualize the true color (R,G,B) and Composite Infrared (IR,R,G) images. I have try different band combinations, but I couldnt view the right visualization (see attached image) Any suggestion?
Can you tell us what you expect to see? Can you also share an example image?
Thanks Stéfan
Hi Jaime On 21 March 2016 at 16:02, Jaime Lopez Carvajal <jalopcar@gmail.com> wrote:
Of course, I would like to visualize the image like this (attached image), that was obtained using ArcMap software, with the usual band order for True Color (RGB) and Composite Infrared (CIR) in remote sensing applications. The tiff image that I loaded has 4 bands, so I would think that the order would be: band0(Red), band1(Green), band2(Blue), band3(Infrarred), so if I want to visualize the true color image, I would need to use this instruction: TrueColor_img = img11[:,:,(0,1,2)]
I'll take a look. Can you please upload an example tiff? Thanks Stéfan
participants (2)
-
Jaime Lopez Carvajal
-
Stéfan van der Walt