Registration of two sequence images of 2d each

Hello @sivanschwartz,

Based on the details you provided, you should be able to register these images, though some information is unclear:

  1. Are these images of the same object? Not tiles that need to be combined (this discussion).
  2. Are the intensities of the same structures in the two images the same or do they change? This is how we select the appropriate similarity measure to minimize.
  3. Is the transformation rigid, affine or deformable? This is how we select the appropriate transformation model.

For more information about registration, see the registration overview documentation and the SimpleITK notebooks repository, specifically, the registration series 6* notebooks.

Potential turnkey solutions based on SimpleITK:

imaris extensions - XTRegisterSameChannel extension, expects files in imaris format, provides a graphical user interface.
sitk-ibex - supports all file formats supported by SimpleITK + OME-NGFF, provides a command line interface.