camconst.json : added some dcraw_matrices from ART
This commit is contained in:
@@ -1395,6 +1395,11 @@ Camera constants:
|
||||
"ranges": { "white": 4040 }
|
||||
},
|
||||
|
||||
{ // Quality B, Matrix from ART
|
||||
"make_model" : "LEICA D-LUX 7",
|
||||
"dcraw_matrix" : [11577, -4230, -1106, -3967, 12211, 1957, -758, 1762, 5610]
|
||||
},
|
||||
|
||||
{ // Quality B, Matrix from Adobe's dcp D65 instead of the internal in Leica's DNG
|
||||
"make_model": "LEICA Q (Typ 116)",
|
||||
"dcraw_matrix": [ 10068,-4043,-1068,-5319,14268,1044,-765,1701,6522 ], // DCP D65
|
||||
@@ -1417,6 +1422,11 @@ Camera constants:
|
||||
"raw_crop": [ 0, 0, 0, -18 ] // 18 rows at bottom are garbage
|
||||
},
|
||||
|
||||
{ // Quality B, Matrix from ART
|
||||
"make_model" : "LEICA V-LUX 5",
|
||||
"dcraw_matrix" : [9803, -4185, -992, -4066, 12578, 1628, -838, 1824, 5288]
|
||||
},
|
||||
|
||||
{ // Quality C
|
||||
"make_model": "LG mobile LG-H815",
|
||||
"dcraw_matrix": [ 5859,547,-1250,-6484,15547,547,-2422,5625,3906 ], // DNG D65
|
||||
|
Reference in New Issue
Block a user