[Jdlraw-discussion] jdlRaw/WebPage GompPatch.shtml,1.1,1.2
Status: Beta
Brought to you by:
jdla
|
From: Jos De L. <jd...@us...> - 2010-05-01 07:38:33
|
Update of /cvsroot/jdlraw/jdlRaw/WebPage In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20264/WebPage Modified Files: GompPatch.shtml Log Message: *) Added OMP to the VNG demosaicing. The end result is mathematically not *exactly* equal to the non-OMP case. However, visually, I can't see any relevant deviation. (by the way : the reason is clear : the omp case is conceived as if the photo is divided in N photos on which VNG is applied, this gives differences on the boundaries versus one photo with VNG. But I believe it is correct) I added a user option to switch on/off OMP. Index: GompPatch.shtml =================================================================== RCS file: /cvsroot/jdlraw/jdlRaw/WebPage/GompPatch.shtml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** GompPatch.shtml 22 Jan 2010 20:58:45 -0000 1.1 --- GompPatch.shtml 1 May 2010 07:38:25 -0000 1.2 *************** *** 17,23 **** <ul> <li> <a href="team.c">team.c</a> ! (<a href="team_c.diff">diff</a>) </li> <li> <a href="libgomp.h">libgomp.h</a> ! (<a href="libgomp_h.diff">diff</a>)</li> </ul> --- 17,23 ---- <ul> <li> <a href="team.c">team.c</a> ! (<a href="team_c.patch">patch</a>) </li> <li> <a href="libgomp.h">libgomp.h</a> ! (<a href="libgomp_h.patch">patch</a>)</li> </ul> |