OpenPIV / openpiv-python-examples

Examples of https://github.com/openpiv/openpiv-python are separated from the main package
https://www.openpiv.net
MIT License
13 stars 11 forks source link

I added a jupiter notebook that compares linear and circular correlation methods. #17

Closed nepomnyi closed 1 month ago

nepomnyi commented 1 month ago

Hello, @alexlib , I added a Jupiter notebook called compare_correlation_algorithms.ipynb that summarizes the discussion in Google groups dated by 5th of July 2024 (here is the link: https://groups.google.com/g/openpiv-users/c/qWvjyzEY-JA/m/1FcgN9MeAwAJ). The notebook uses a real world example to see the effect of different correlation methods. It isn't meant to substitute the already existing notebook studying_correlations.ipynb. Rather, it is a new example with the focus on the effects of different correlations methods on velocity fields. I also made minor grammatical corrections to the notebook compare_median_filters.ipynb.

alexlib commented 1 month ago

Thanks.