A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ncruces/dcraw/commit/db71a929e08ac1005b92ded3c7ac77b411df9419 below:

Built color matrices for the Sony NEX-3 and NEX-5. · ncruces/dcraw@db71a92 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+8

-4

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+8

-4

lines changed Original file line number Diff line number Diff line change

@@ -19,11 +19,11 @@

19 19

*If you have not modified dcraw.c in any way, a link to my

20 20

homepage qualifies as "full source code".

21 21 22 -

$Revision: 1.433 $

23 -

$Date: 2010/05/28 01:29:41 $

22 +

$Revision: 1.434 $

23 +

$Date: 2010/05/30 15:57:43 $

24 24

*/

25 25 26 -

#define VERSION "9.00"

26 +

#define VERSION "9.01"

27 27 28 28

#ifndef _GNU_SOURCE

29 29

#define _GNU_SOURCE

@@ -3839,7 +3839,7 @@ void CLASS lin_interpolate()

3839 3839 3840 3840

"Interpolation using a Threshold-based variable number of gradients"

3841 3841 3842 -

described in http://scien.stanford.edu/class/psych221/projects/99/tingchen/algodep/vargra.html

3842 +

described in http://scien.stanford.edu/pages/labsite/1999/psych221/projects/99/tingchen/algodep/vargra.html

3843 3843 3844 3844

I've extended the basic idea to work with non-Bayer filter arrays.

3845 3845

Gradients are numbered clockwise from NW=0 to W=7.

@@ -6502,6 +6502,10 @@ void CLASS adobe_coeff (const char *make, const char *model)

6502 6502

{ 5413,-1162,-365,-5665,13098,2866,-608,1179,8440 } },

6503 6503

{ "SONY DSLR-A900", 128, 0,

6504 6504

{ 5209,-1072,-397,-8845,16120,2919,-1618,1803,8654 } },

6505 +

{ "SONY NEX-3", 138, 0, /* DJC */

6506 +

{ 6907,-1256,-645,-4940,12621,2320,-1710,2581,6230 } },

6507 +

{ "SONY NEX-5", 116, 0, /* DJC */

6508 +

{ 6807,-1350,-342,-4216,11649,2567,-1089,2001,6420 } },

6505 6509

};

6506 6510

double cam_xyz[4][3];

6507 6511

char name[130];

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4