var fDesc=new Array(); fDesc[0] = "The ObjectVideo Virtual Video generates realistic video from simulated cameras in an interactive virtual world. This tool aims to stimulate computer vision research in areas that cannot rely on canned video (eg. active tracking) or when large quantities of ground truthed video is unavailable or impractical (multi-camera installations, public spaces, etc.).

Features:
- Generates multiple video streams from independent cameras.
- Eliminates the labour and cost of traditional manual ground truthing.
- Opens new dimensions for algorithm performance evaluation.
- Easily switch between real or synthetic video sources.
- Obtains video from logistically difficult sources (UAVs, public areas)."; 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 = ''; } }