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

Added a notebook comparing median filter to normalized median filter. #16

Closed nepomnyi closed 1 month ago

nepomnyi commented 1 month ago

I added validation.local_norm_median_val() function to OpenPIV. Here, I create a notebook to show how that function compares to the function validation.local_median_val(). The notebook is called compare_median_filters.ipynb and is placed in the notebooks folder. The data for this notebook is stored in the newly created folder test21.

nepomnyi commented 1 month ago

Hello, @alexlib, I am wondering if you can review this pull request, please. If you accept this pull request, I will submit another one with the notebook that compares circular and linear correlation methods. That will be the last pull request for now.