var fDesc=new Array(); fDesc[0] = "i2k Align™, based on DualAlign's i2align™ image registration and recognition algorithm, is the most sophisticated software package in the world for registering and aligning two-dimensional images and for constructing multi-image montages.

Using the same core i2align™ algorithm, i2k Align™ can register images from many different modalities, including photographic and thermal, near and far infrared, fundus imagery, angiography, and a variety of medical image modalities.

Faster and smarter than the Dual-Bootstrap (GDB-ICP) algorithm our team developed while at Rensselaer Polytechnic Institute, i2align™ can register almost any set of 2d images, finding the common structures in the images and ignoring the differences. If you can see common structures, i2align™ will find them and register the images.

A simple-to-use UI allows users to run the software, align and montage images, and preview the results.

For many users, particularly those who want to just "see" the aligned and montaged images, this will be enough.

Checking an image montage is one clear example, but anyone who wants to combine modalities or observe a stabilized time series of images will find the "preview" capabilities quite powerful."; 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 = ''; } }