Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DidierMD/PolyPIV
Particle Image Velocimetry software. I developed this award-winning software for my undergraduate thesis.
https://github.com/DidierMD/PolyPIV
Last synced: about 2 months ago
JSON representation
Particle Image Velocimetry software. I developed this award-winning software for my undergraduate thesis.
- Host: GitHub
- URL: https://github.com/DidierMD/PolyPIV
- Owner: DidierMD
- License: gpl-3.0
- Created: 2019-04-01T19:31:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T22:24:03.000Z (over 5 years ago)
- Last Synced: 2024-02-17T13:31:50.385Z (10 months ago)
- Language: C++
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_piv - DidierMD / PolyPIV
README
# PolyPIV
Particle Image Velocimetry software used for fluid analysis. In short, this software's purpose is to calculate the velocity map of a fluid of interest.This award-winning software requires the following external libraries:
- FFTW for computing the discrete Fourier transform.
- FreeImage for saving images in several formats.
- GTK+ for managing the Graphic User Interface.The GUI description was made on the GLADE software.
The development and testing environment included:
- Ubuntu Linux 16.04
- gcc version 5#### Software Overview
![alt text](PolyPIVGUI.png)
* a) Display Area to visualize the processed images and the velocity map.
* b) Load/Save/Reset buttons.
* c) General paramenters and settings.
* d) Algorithms selection and execution.#### Building
For building the whole project there are 2 options, once in the src folder:
- To compile the modified parts of the project: ```sh compile_all.sh ```
- To remove all the binaries and then compile the whole project: ``` sh force_compile_all.sh```###### License
The PolyPIV software is licensed under the terms of the GPL version 3 (or later) license.
Copyright (C) 2019 Didier Muñoz Díaz
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.See for license details.