Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forughi/PIV
A Particle Image Velocimetry (PIV) code in Python and Matlab
https://github.com/forughi/PIV
cross-correlation fluid-dynamics image-processing matlab micro-piv particle-image-velocimetry piv pyhton3 python
Last synced: 15 days ago
JSON representation
A Particle Image Velocimetry (PIV) code in Python and Matlab
- Host: GitHub
- URL: https://github.com/forughi/PIV
- Owner: forughi
- License: gpl-3.0
- Created: 2017-09-04T01:20:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T11:00:10.000Z (8 months ago)
- Last Synced: 2024-03-03T11:45:13.853Z (8 months ago)
- Topics: cross-correlation, fluid-dynamics, image-processing, matlab, micro-piv, particle-image-velocimetry, piv, pyhton3, python
- Language: Python
- Homepage:
- Size: 8.78 MB
- Stars: 27
- Watchers: 3
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_piv - forughi / PIV
README
# Particle Image Velocimetry (PIV) Code
A flexible and hackable Particle Image Velocimetry (PIV) code in Python and Matlab.# Notes:
- The Python version of the code (Python_Code.py) has been updated frequently. The Matlab version is relatively older. Please use the Python code if you can.
- In some cases, Numba makes the code run much faster (up to 2.2 times). If you don't want to use Numba, comment lines 12 and 15.
- If you want to call the PIV code as a function in your code, please see the contents of "Python_Function" folder in the current repository. There is a sample code ("sample.py") that can show you how to call the function from "piv_lib.py".