mI-PIV / app

Mobile Instructional Particle Image Velocimetry (mI-PIV) is an educational Android application that teaches users about fluid mechanics through real-time experiments and curricular modules.
MIT License
8 stars 4 forks source link

Refactor frame indexing #366

Open kp-121 opened 2 years ago

kp-121 commented 2 years ago

The frame indexing does a lot of converting from 0-based (Java) to 1-based (Filename) and visa versa on the fly and is prone to bugs. This needs to be handled in a more modular way.