Could any one tell me the principle of the CFA in dm6437 ???
I know the bayer pattern and color filter array.
I just don't understand the value in the CFA coefficient means !!!
#define R_PHASE \
0, 0, 0, 0, \
0, 64, 0, 0, \
0, 0, 0, 0, \
0, 0, 0, 0, \ etc....
#define GR_PHASE \
-8, 0, -8, 0, \
32, 32, 32, 0, \
-8, 0, -8, 0, \
0, 0, 0, 0, \..etc....
#define GB_PHASE \
-8, 32, -8, 0, \
0, 32, 0, 0, \
-8, 32, -8, 0, \
0, 0, 0, 0, \...etc...
#define B_PHASE \
16, -6, 16, 0, \
6, 0, 6, 0, \
16, -6, 16, 0, \
0, 0, 0, 0, \....etc
..............
..............
I would like to know the principle ,maybe provide me some document link...etc...
Thank you
Best regard
Ellen.