var fDesc=new Array(); fDesc[0] = "The program is designed to detect, decode and encode two-dimensional barcodes. For example, DataMatrix, Aztec Code, Small Aztec Code, PDF-417. The program is an interface for the user who works with individual Dll-components. Implemented a series of filters using the library ImagePak. Supported image formats: JPG and BMP.

The work was done with the grant RFFI # 10-07-00039 "Development of algorithms of recognition 2d barcode with an any corner of turn and inclination of the camera".

Interface: Very simple to use. You should open a graphic file and to press the button "Recognize"."; 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 = ''; } }