var fDesc=new Array(); fDesc[0] = "Feature Analyst works seamlessly within the ERDAS IMAGINE environment. Feature Analyst for ERDAS IMAGINE is available in both Standard as well as Professional versions
Feature Analyst for ERDAS IMAGINE integrates image processing and feature extraction capability in a single platform. The combination allows users to leverage the powerful image processing capabilities of ERDAS IMAGINE to prepare an image, and the sophisticated feature extraction capability of Feature Analyst to extract object-specific features such as buildings, water bodies, airplanes and other features of interest."; 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 = ''; } }