var fDesc=new Array(); fDesc[0] = "Facilitates the analysis of content features and object relationships by using objects as basic processing unit instead of individual pixels. The approach enables also users without programming knowledge to compose “analysis pipelines“ that exploit the object-level approach.

The object-based concept allows for a straight-forward development of object-related interactive or fully automated image analysis solutions. The presented software may, therefore, serve as a basis for various applications in the field of digital image analysis."; 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 = ''; } }