var fDesc=new Array(); fDesc[0] = "STOIK Noise Autofix v.1.6 implements the latest automatic noise reduction algorithm developed by STOIK Imaging. The program cleans noise in photos from different sources including digital cameras, cameraphones, and scanners. The main internal modules of the program are noise detector, noise analyzer and noise suppression filter. Noise detector finds noise and distinguishes it from natural image textures and fine details. It is based on statistical Bayesian classifier. It was pre-trained on most typical noise types and it can be trained additionally to take into account new specific noise patterns. Noise analyzer measures noise parameters, builds the noise profiles, and decides what filter parameters are optimal for the particular noise type according to the proprietary image quality criteria. The noise removal filter processes the image to reduce noise level providing balance between preserving image details and noise suppression. The filtering is performed using a multi"; 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 = ''; } }