Raw Merge Question - General Discussion and Assistance - CHDK Forum supplierdeeply

Raw Merge Question

  • 0 Replies
  • 2382 Views
Raw Merge Question
« on: 02 / May / 2008, 02:13:14 »
Advertisements
Hi All:

I am not sure why we have this line in the raw_merge.c file. What is its purpose of substracting some black level?

Code: [Select]
           if (row[i]>BLACK_LEVEL*(raw_count-1)) row[i]-=BLACK_LEVEL*(raw_count-1); else row[i]=0;

~~~~

 

Related Topics