Is your feature request related to a problem? Please describe.
Python with Numpy is not fast enough for large image sizes or large datasets
Describe the solution you'd like
The fastest implementation of openpiv is in C++. Could we create Python-C++ bindings so that we use the same notation and syntax in Python and run the compiled C++ code?
Describe alternatives you've considered
Cython, pybind11, Codon, Numba