Re: RGB conversion to 8 bit gray scale




sean_incali wrote:
> IMAGEJ doc's says...
>
> RGB images are converted to grayscale using the formula
> gray=0.299red+0.587green+0.114blue or the formula
> gray=(red+green+blue)/3
> if "Unweighted RGB to Grayscale Conversion" is checked in
> Edit/Options/Conversions (ImageJ 1.32g or later).
>
>
> I think This isn't limited to IMAGEJ but to imagin processing in
> gfeneral? what is the reason for the weighted vs unweighted conversion?
>
>
>
> When is an appropriate time to use the unweighted conversion method?
> (or for that matter when is appropriate to ue the weighted conversion?)

Those commonly used weights correspond to NTSC TV, and don't
necessarily correspond to a perceptual or other tristimulus models.
See:
http://www.poynton.com/notes/colour_and_gamma/ColorFAQ.html#RTFToC9

--T

>
> ...
>
> sean

.



Relevant Pages

  • Re: RGB conversion to 8 bit gray scale
    ... > RGB images are converted to grayscale using the formula ... > Edit/Options/Conversions (ImageJ 1.32g or later). ... what is the reason for the weighted vs unweighted conversion? ...
    (sci.image.processing)
  • RGB conversion to 8 bit gray scale
    ... RGB images are converted to grayscale using the formula ... Edit/Options/Conversions (ImageJ 1.32g or later). ... what is the reason for the weighted vs unweighted conversion? ...
    (sci.image.processing)
  • Re: Pictures wanted: D200/20D banding example
    ... it can be saved as a linear gamma 3-channel 16-b/ch file. ... a color-balanced 16-b/ch conversion from RAW. ... Yes, it either is Raw bayerized data, or one is allowed to manipulate the parameters. ... I use ImageJ to read the data, because it is apparently better at keeping the Max.value in the file's header intact. ...
    (rec.photo.digital.slr-systems)
  • Re: RGB conversion to 8 bit gray scale
    ... >RGB images are converted to grayscale using the formula ... what is the reason for the weighted vs unweighted conversion? ... The weighting ... undo the gamma correction that is typically embedded in the image, ...
    (sci.image.processing)