FabrizioMusacchio / bio_image_registration

Scripts for evaluating common Python image registration methods

Home Page:https://www.fabriziomusacchio.com/blog/2023-01-02-image_registration/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bio-image registration with Python

The scripts in this repository were used to evaluate the performance of common bio-image registration methods with Python. The results of this study are summarized in this blog post. The main evaluation routine is imreg_tests.py.

img

Phase correlation method

Demonstration of the phase correlation method: Demonstration of the phase correlation method.

optical flow methods

Demonstration of an optical flow method: Demonstration of an optical flow method.

Summary

Summary of the results: Pearson correlation coefficients for the template image vs. the registered image for each tested transformation and algorithm: Summary of our results: Pearson correlation coefficients for the template image vs. the registered image for each tested transformation and algorithm.


You can find a detailed description of all applied tests and results in this blog post.

About

Scripts for evaluating common Python image registration methods

https://www.fabriziomusacchio.com/blog/2023-01-02-image_registration/


Languages

Language:Python 100.0%