Skip to content

tischi/fiji-script-registrationUsingElastix

Repository files navigation

fiji-registration

For questions please contact: tischitischer@gmail.com

This repository conatins a Fiji script to run elastix registration algorithms; Fiji handles the data and runs elastix via system calls.

installation

run it

  • drag fiji--elastix--interactive.py onto Fiji and [Run]
  • select a file in the .../examples/2d-affine folder
    • it should work with default settings
    • the results will appear in an automatically created output folder named .../examples/2d-affine--fiji

learn more

usage notes and tips

  • the output folder must be created outside the input folder, otherwise the software gets confused.
  • the reference_image_index is used to determine the reference file (counting from 0 using the python sort() command on the image filenames)
  • using a Mask file is usually improving the results; one good way to make one is to blur and threshold the reference image; the values in the mask image need to be 0 and 1(not 255!)
  • elastix seems to use signed-integers; thus one needs to use float for real 16bit images

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages