An open API service indexing awesome lists of open source software.

https://github.com/fabriziomusacchio/bio_image_registration

Scripts for evaluating common Python image registration methods
https://github.com/fabriziomusacchio/bio_image_registration

histogram-matching image-processing image-registration python

Last synced: 12 months ago
JSON representation

Scripts for evaluating common Python image registration methods

Awesome Lists containing this project

README

          

# 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](https://www.fabriziomusacchio.com/blog/2023-01-02-image_registration/). The main evaluation routine is `imreg_tests.py`.

![img](plots/jpg/imreg_thumb.jpg)

## Phase correlation method
Demonstration of the phase correlation method:
![Demonstration of the phase correlation method.](plots/jpg/phase_cross_corr_figure.jpg)

## optical flow methods
Demonstration of an optical flow method:
![Demonstration of an optical flow method.](plots/jpg/imreg_optical_flow.jpg)

## 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.](plots/jpg/imreg_summary.png)


You can find a detailed description of all applied tests and results in this [blog post](https://www.fabriziomusacchio.com/blog/2023-01-02-image_registration/).