https://github.com/openptv/openptv
This is our central repository, holding only the community approved code and documentation
https://github.com/openptv/openptv
Last synced: about 1 month ago
JSON representation
This is our central repository, holding only the community approved code and documentation
- Host: GitHub
- URL: https://github.com/openptv/openptv
- Owner: OpenPTV
- License: lgpl-3.0
- Created: 2012-12-03T16:31:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T17:09:32.000Z (about 1 year ago)
- Last Synced: 2024-04-02T18:27:44.862Z (about 1 year ago)
- Language: C
- Homepage: www.openptv.net
- Size: 55.4 MB
- Stars: 34
- Watchers: 10
- Forks: 28
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: COPYING.LESSER
Awesome Lists containing this project
- awesome_piv - OpenPTV / openptv - open source 3D-PTV software ![cpp] (4. Particle tracking)
- awesome-fluid-dynamics - OpenPTV/openptv - OpenPTV - open source 3D-PTV software.  (Experimental Fluid Dynamics / PIV / PTV)
README
OpenPTV - framework for particle tracking velocimetry
=====================================================
[](https://zenodo.org/badge/latestdoi/6985516)This is the code collection of the OpenPTV project - an effort to create
common code for different aspects of the Particle Tracking Velocimetry
method. The code is required to meet the community standards for quality, and
all code here is therefore peer reviewed.The quality standards are decided upon open discussion on the community
mailing-list,
https://groups.google.com/forum/#!forum/openptvThe peer-review process happens in the open on the same mailing list.
How to help
-----------
To contribute code: fork this repository, build on your fork an orderly branch
with your changes, then create a pull request on Github and inform the mailing
list, or post a patch series to the mailing list. Be prepared to answer
questions and amend your code to satisfy reviewer comments. Be mindful of the
agreed coding standards (whose URL will be soon updated here).To follow and participate in the technical discussion: join the mailing list
through Google Groups.Instalation
-----------
See the documentation on or respective subdirectories' README files for instructions on installing subpackages.Basic steps for C library users
-------------------------------cd liboptv
mkdir build & cd build
cmake ../
sudo make install
make verifyBasic steps for Python users
----------------------------cd py_bind
python setup.py prepare
pip install .
cd test
pytestDonations
---------
Please consider donation to support our website and domain expenses and our developers during their job transitions.[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RK3FHXTCJDSWL)