Skip to content

C++ class for 2D multimodal image registration based on SimpleElastix | simpleregister commandline application

Notifications You must be signed in to change notification settings

ahestevenz/simple-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Registration using SimpleElastix

simpleregister is a command-line tool which makes the registration between multimodal and monomodal images using SimpleElastix library.

ahestevenz@columbia:~/IP/work/simple-register/build$ ./simpleregister 
Usage: ./simpleregister [options]
Options:
  -h, --help                                       Displays this help.
  -v, --version                                    Displays version
                                                   information.
  -i, --images </directory_1/images/>              Path to moving and fixed
                                                   images.
  -p, --parameters </directory_1/parameter_1.txt>  Path to the parameter file
                                                   configuration.
  -f, --fixed <ct.dmg>                             Fixed image name.
  -m, --moving <pet.dmg>                           Moving image name.
  -r, --registered <pet_reg.dcm>                   Registered image name.
  -s, --show <OK>                                  Show information on the
                                                   console.

Testing Datasets from Insight Journal Foundation have been used for registration tests.
A simple example of the registration process is shown in the following figure. The third image is the registration result.

About

C++ class for 2D multimodal image registration based on SimpleElastix | simpleregister commandline application

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published