var fDesc=new Array(); fDesc[0] = "InterIMAGE is an open source knowledge based framework for automatic image interpretation. You can embed your knowledge into the system to automatically interpret remote sensing images. You can model your knowledge by creating a semantic network. The nodes of the network represent concepts, classes of image objects expected to be found in a scene.
Specialized image processing operators (external from the system's core) can be associated to each semantic node. The system control their execution and judge the data produced by them.
A decision rule can be associated to each operator. These rules model your knowledge in an explicit way and provide the system with the informations necessary to perform an automatic classification."; 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 = ''; } }