MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: plotting vectors
  • Next by Date: Re: return two different values
  • Previous by thread: combine red green and blue channels
  • Next by thread: Re: combine red green and blue channels