-
Notifications
You must be signed in to change notification settings - Fork 4
License
RayRuizhiLiao/ITK_4D
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an implementation of temporal registration as described in http://people.csail.mit.edu/ruizhi/tmpReg. The implementation is based on ITK. It can be built from source using CMake (http://cmake.org) (BUILD_EXAMPLES needs to be ON). The registration code with rigid transformation model is released. Usage: ${bin}TemporalRegistration_Rigid $output_dir $num_of_images $weight_of_temporal_rotation_smoothness $weight_of_temporal_translation_smoothness $fixed_image_mask $fixed_image $moving_image_1 [...] Example (recommended parameter setting): ${bin}TemporalRegistration_Rigid ../registration_results/ 5 1 0 ../image_dir/fixed_image_mask.nii.gz ../image_dir/fixed_image.nii.gz ../image_dir/moving_image_1.nii.gz ../image_dir/moving_image_2.nii.gz ../image_dir/moving_image_3.nii.gz ../image_dir/moving_image_4.nii.gz Please contact Ray (ruizhi [at] mit.edu) for any question. ----- About ITK ----- ITK is an open-source, cross-platform C++ toolkit for segmentation and registration. Segmentation is the process of identifying and classifying data found in a digitally sampled representation. Typically the sampled representation is an image acquired from such medical instrumentation as CT or MRI scanners. Registration is the task of aligning or developing correspondences between data. For example, in the medical environment, a CT scan may be aligned with a MRI scan in order to combine the information contained in both. ----- Links ----- * Homepage: https://itk.org * Download: https://itk.org/ITK/resources/software.html * Mailing List: https://itk.org/ITK/help/mailing.html * Book: https://itk.org/ITK/help/book.html * Help: https://itk.org/ITK/help/help.html * Examples: https://itk.org/ITKExamples/ * Bugtracker: https://issues.itk.org/ * Submit a patch: https://itk.org/Wiki/ITK/Git/Develop
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published