Re: combine red green and blue channels
- To: mathgroup at smc.vnet.net
- Subject: [mg83879] Re: [mg83832] combine red green and blue channels
- From: Sseziwa Mukasa <mukasa at jeol.com>
- Date: Mon, 3 Dec 2007 05:49:37 -0500 (EST)
- References: <200712020903.EAA04588@smc.vnet.net>
On Dec 2, 2007, at 4:03 AM, tdoxmail at gmail.com wrote:
> Hello
>
>
> I am a user of Mathematica 5.2. I wanted to know that if i have three
> arrays of same size that are actually representing three different
> channels that is red , green and blue channels, what is the best way
> to combine them to display a image, that has all three colors.
Raster[MapThread[List,{array of red values,array of green
values,array of blue values},2]]
Regards,
Ssezi
- References:
- combine red green and blue channels
- From: tdoxmail@gmail.com
- combine red green and blue channels