Author Topic: Creating my own "Cheet Sheet"... Lab mode non-linear?  (Read 3331 times)

Offline footbag

  • Newcomer
  • Posts: 43
Creating my own "Cheet Sheet"... Lab mode non-linear?
« on: 2014 August 15 06:39:20 »
Hi guys,

I have been putting together my own cheat sheet(just started...  link below).  I'm learning a lot just doing this, but I read something that makes me question my methods.  When extracting the Lum component from an RGB image, should I use CIE Lab mode?  I'm reading that LAB mode non-linear.  Should I be using CIE xyz for channel extraction to keep the lum linear? 

Link to cheat sheet...  Work in progress.

C's and C's welcome. 

https://www.dropbox.com/s/x7xqepkjak7o7z8/Pixinsight%20Process%20List%20v0.xlsx

Offline Josh Lake

  • PixInsight Old Hand
  • ****
  • Posts: 424
Re: Creating my own "Cheet Sheet"... Lab mode non-linear?
« Reply #1 on: 2014 August 15 07:13:52 »
Not answering your question (leaving it to someone more expert), but my one C is that you should consider converting into Google Docs so that you can share the spreadsheet link without requiring Excel or a download. Any updates will be saved on the fly and you can share the link with anyone online.

Offline footbag

  • Newcomer
  • Posts: 43
Re: Creating my own "Cheet Sheet"... Lab mode non-linear?
« Reply #2 on: 2014 August 15 07:26:49 »
I will look into that.  I have a G+ channel that does webinars, it may integrate well.   

Thanks. 

Offline mads0100

  • PixInsight Addict
  • ***
  • Posts: 116
Re: Creating my own "Cheet Sheet"... Lab mode non-linear?
« Reply #3 on: 2014 August 15 20:03:52 »
Agreed. Or print it as a PDF and share that.

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Creating my own "Cheet Sheet"... Lab mode non-linear?
« Reply #4 on: 2014 August 18 03:57:07 »
Quote
When extracting the Lum component from an RGB image, should I use CIE Lab mode?

The concept of "color mode" does not exist in PixInsight, mainly because it is an incorrect/unrigorous way to toy with color spaces. To extract the L* component (lightness) of the CIE L*a*b* color space as a grayscale image, you can use the ChannelExtraction tool. Most of the time you don't need to do explicit component separations, since many tools already work in the appropriate color spaces behind the scenes, or allow you to apply a process separately to the lightness, luminance or chroma components. The CurvesTransformation tool allows you to apply custom transformations to the individual components of the RGB, CIE L*a*b*, CIE L*c*h* and HSV spaces. You can also visualize a variety of components of any color image in different ways. In all cases the components are computed on the fly automatically.

Quote
I'm reading that LAB mode non-linear

The CIE L*a*b* color space is nonlinear by definition. It is a device-independent reference model of human color perception. Its three coordinates separate color values into lightness (L*) and chroma (a*, b*) components. The lightness component attempts to model the visual perception of brightness. See the referenced Wikipedia entry for more detailed information.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/