var fDesc=new Array(); fDesc[0] = "The LTI-Lib is an object oriented library with algorithms and data structures frequently used in image processing and computer vision. It has been developed at the Chair of Technical Computer Science (Lehrstuhl fuer Technische Informatik) LTI at the Aachen University of Technology, as part of many research projects in computer vision dealing with robotics, object recognition and sing language and gesture recognition.LTI-Lib is an object oriented computer vision library written in C for Windows/MS-VC and Linux/gcc. It provides lots of functionality to solve mathematical problems, many image processing algorithms, some classification tools .
Features:
- Object oriented C
- Image Processing Algorithms
- Image Analysis Algorithms
- Pattern Recognition Framework
- Multiobjective Evaluation Framework for Algorithms
- Hardware API for serial ports, webcams, firewire, etc."; 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 = ''; } }