var fDesc=new Array(); fDesc[0] = "LuminCor - A Program for correcting image illumination.
Simplifying the method described in the published paper of Meylan, Alleyson and Süsstrunk, CFA chromaticity data is not needed in this programme. Instead, a standard Y-Cb-Cr transformation to extract luminance from RGB image data is used which gives almost equally good performance and much greater computational simplicity. The Y luminance data is written to a 32 bit floating point memory mapped file."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }