comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Image processing question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Image processing question [message #30771] Thu, 16 May 2002 08:41 Go to next message
rkj is currently offline  rkj
Messages: 66
Registered: February 1996
Member
How do I convert a color image(.jpg) to grayscale?

I am using PV-Wave's Image_Read function to read the image,
which stores all the image info in an associative array.
Do I simply take the maximum RGB intensity value at each
pixel in the 'pixels' array (xdim,ydim,3)? This gives me
a grayscale image, but I'm not sure this is the "correct"
one.

Kyle J.
Re: Image processing question [message #30864 is a reply to message #30771] Sat, 18 May 2002 08:51 Go to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
rkj@dukebar.crml.uab.edu (R. Kyle Justice) writes:

> How do I convert a color image(.jpg) to grayscale?
>
> I am using PV-Wave's Image_Read function to read the image,
> which stores all the image info in an associative array.
> Do I simply take the maximum RGB intensity value at each
> pixel in the 'pixels' array (xdim,ydim,3)? This gives me
> a grayscale image, but I'm not sure this is the "correct"
> one.

There is no one "correct" conversion from RGB to grayscale, since it
depends on the sensitivity response curve of your detector to light as
a function of wavelength. A common one in use is:

Y = 0.3*R + 0.59*G + 0.11*B

Craig

--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Seg. Fault in IDL 5.5 (Linux)
Next Topic: Re: IDL's PNG does not correctly interpret the "Number of significant bits" field

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:16:53 PDT 2025

Total time taken to generate the page: 0.00620 seconds