tsenst / RLOFLib

Robust Local Optical Flow (RLOF)

Home Page:http://www.nue.tu-berlin.de/menue/forschung/projekte/rlof/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python implementation / libboost-python-dev version

kloppjp opened this issue · comments

commented

Hey, the python implementation has been compiled against libboost-python-dev version 1.58.0, which is difficult to obtain on the current Ubuntu. As you are not publishing the source code, is there any chance to rebuild it against libboost_python-py27.so instead of libboost_python-py27.so.1.58.0? Thank you!

I will publish the source code next month. Hope that this will solve youre issue.

commented

@tsenst Thanks a lot, I'm looking forward!

You will find now the source code in my opencv contribution fork in the add_robust_optical_flow_implementation branch with the python interface. https://github.com/tsenst/opencv_contrib/tree/add_robust_optical_flow_implementation