var fDesc=new Array(); fDesc[0] = "SynthEyes is a camera tracking (a.k.a. match-moving) and stabilization software application offering high performance and a wealth of features. Use SynthEyes for animated critter insertion, fixing shaky shots, virtual set extension, 3D stereoscopic production, architectural previews, accident reconstruction, virtual product placement, face and body capture, and more.
SynthEyes offers a complete high-end feature set, including tracking, stabilization, motion capture, and mesh building. It handles camera tracking, object tracking, object tracking from reference meshes, camera+object tracking, multiple-shot tracking, tripod (nodal, 2.5-D) tracking, mixed tripod and translating shots, stereoscopic shots, nodal stereoscopic shots, zooms, lens distortion, light solving. It can handle shots of any resolution—DV, HD, film, IMAX, with 8-bit, 16-bit, or 32-bit float data, and can be used on shots with thousands of frames. A nifty feature simplifies and speeds tracking for green-screen shots. The image preprocessor can help remove grain, compression artifacts, off-centering, or varying lighting; improve low-contrast shots; or shoe-horn shots into available RAM for quicker handling."; 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 = ''; } }