pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

image registration #47

Open rojinsafavi opened 5 years ago

rojinsafavi commented 5 years ago

I have 4 immunofluorescence images from 4 adjacent slides (in tiff), which should cover ~2-cell in z-stack. I need to align those slides (I think it is called image registration).

Ideally, I need to make a pipeline that aligns these four images into a single one, and outputting the "moving" and "rotation" matrices of each image.

Is that a possible thing with your package?

Thank you very much!