OpenPIV / openpiv-c--qt

C++ with Qt frontend (superfast) version of OpenPIV
http://www.openpiv.net
GNU General Public License v3.0
20 stars 17 forks source link

Additional Image Loaders #43

Open ErichZimmer opened 7 months ago

ErichZimmer commented 7 months ago

Currently, only two image loaders are supported: tif/tiff and pgm loaders. I plan on expanding this to more image types as I learn how the image loaders operate and when I take a college course on c++ and OOP so I can contribute better to this repository.

Note: these are the image types I used at least once with commercial PIV software and OpenPIV-Python.

Image loaders:

This would have a nice side effect of diversifying the image loaders for the python bindings so I don't have to rely on the buffer protocol to copy a loaded image from the imageio python package to an image_gf instance.