Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psellapp/USC_PIV
Particle Image Velocimetry(PIV) codes developed at USC
https://github.com/psellapp/USC_PIV
Last synced: 15 days ago
JSON representation
Particle Image Velocimetry(PIV) codes developed at USC
- Host: GitHub
- URL: https://github.com/psellapp/USC_PIV
- Owner: psellapp
- License: mit
- Created: 2013-12-03T07:06:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T03:13:35.000Z (over 9 years ago)
- Last Synced: 2024-02-17T13:32:02.797Z (9 months ago)
- Language: Matlab
- Homepage:
- Size: 2.68 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_piv - psellapp / USC_PIV
README
USC PIV (Beta) - Particle Image Velocimetry codes
This repo contains some of the Particle Image Velocimetry(PIV) codes I have been developing over the last year. As it stands, this repo is a haphazard collection of seemingly random Matlab codes. Over the course of this year (between multiple projects and teaching commitments), I hope to turn it into something more useful. My goal is to eventually design a clean GUI that will call these codes through a nice, user-friendly interface. In the mean time, feel free to take a look at the various sub-routines (you migth even find some of them handy!), modify it for your own use (definitely encouraged!), and send me a pull request if you make any changes.
Note:
[1] A good starting point would be xcorrPIV.m which performs the initial step of calculating displacement and velocity fields.
[2] All of the codes are written in Matlab. Signal Processing Toolbox is required for cross-correlation.
[3] The readimx4matlab libraries (32- and 64- bit versions) required to read image data acquired through DaVis are provided in this repo for your convenience. LaVision retains any and all rights to those libraries, and by using them you assume any liabilities that might arise. Thanks to LaVision ( http://www.lavision.de/en/ ) for making them available. Check them out for all of your PIV needs.
[4] All codes (except LaVision's readimx4matlab) provided under the MIT license.-Prabu Sellappan