FRAT: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
No edit summary
Line 15: Line 15:
<b>For Users</b>
<b>For Users</b>
* [[FRAT/Install_Guide | Installation Guide]]
* [[FRAT/Install_Guide | Installation Guide]]
* [[FRAT/Documentation | Methods & Apps]]
* [[FRAT/Documentation | Documentation]]
* [[FRAT/Slicer | FRAT with Slicer]]
* [[FRAT/Slicer | FRAT with Slicer]]
<br>
<br>

Revision as of 20:44, 10 August 2011

__NOTITLE__


(F)luid (R)egistration and (A)tlas (T)oolkit


Home




For Users




For Developers




Contact Us

Overview

FRAT provides c++ libraries and command line applications for performing fluid registration based operations on 2D and 3D images. The registration method used throughout is based on the large displacement diffeomorphic metric mapping (LDDMM) technique. We use variants of LDDMM to address the problems of time series analysis, cross-sectional atlas building, longitudinal atlas building, and geometric metamorphosis.

Command Line Tools

  • LDDMM: Fluid registration between two images.
  • TimeSeries: Time series analysis of longitudinal data for a single subject.
  • AtlasBuilder: Cross-sectional atlas building for a population of images.
  • LongitudinalAtlasBuilder: Longitudinal atlas building for a population of subjects, each with a longitudinal data set.
  • GeometricMetamorphosis: Perform registration on image pairs undergoing geometric change.
  • FRATUtils: A colleciton of utilitiy functions for working with volumes and time seried files.

Driving Applications

Technical Focus