[Jdlraw-discussion] jdlRaw/UI jdlMainWindow.ui,1.8,1.9
Status: Beta
Brought to you by:
jdla
|
From: Jos De L. <jd...@us...> - 2010-05-01 07:38:33
|
Update of /cvsroot/jdlraw/jdlRaw/UI In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20264/UI Modified Files: jdlMainWindow.ui 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: jdlMainWindow.ui =================================================================== RCS file: /cvsroot/jdlraw/jdlRaw/UI/jdlMainWindow.ui,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** jdlMainWindow.ui 24 Apr 2010 17:30:51 -0000 1.8 --- jdlMainWindow.ui 1 May 2010 07:38:25 -0000 1.9 *************** *** 625,628 **** --- 625,631 ---- <widget class="QWidget" name="FourColorRGBWidget" native="true"/> </item> + <item> + <widget class="QWidget" name="InterpolationOMPWidget" native="true"/> + </item> </layout> </item> |