alexlib / pyptv

Python GUI for the OpenPTV library, `liboptv`
http://www.openptv.net
MIT License
18 stars 8 forks source link

Tif files with extension #55

Closed alexlib closed 1 year ago

alexlib commented 1 year ago

this change allows to use of files in the parameters such as cam1_10000.tif or anything that has a name like cam1_#.tif where # will be replaced later by the frame number according to the sequence

alexlib commented 1 year ago

the test_cavity repo has a branch that demonstrates this change. no need to change the optv library, everything is in Python.