var fDesc=new Array(); fDesc[0] = "eCognition Server software provides a processing environment for batch execution of image analysis jobs. Based on a specialized grid architecture designed specifically for large-scale image analysis projects, the eCognition Server can automatically process thousands of images and perform detailed analyses in a single, fully automated run.

eCognition Server is a software component which is typically run on dedicated server hardware. eCognition Developer or eCognition Architect users submit a workspace containing multiple projects to eCognition Server, which automatically process all submitted data in batch mode.

The eCognition Extension for ArcGIS® provides a connection to ArcGIS® Desktop products. The extension enhances the functionality of ArcCatalog™ and ArcMap™ by automated image intelligence applications, including feature extraction, change detection and object recognition from any kind of remote sensing images."; 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 = ''; } }