gnebehay/OpenTLD

OpenTLD does not work with recent version of OpenCV

Closed this issue · 2 comments

Operating System: Ubuntu 11.10
I have precompiled recent version of OpenCV and I would like to compile OpenTLD with this version. I changed linked library in src/CMakeLists.txt file: highgui -> opencv_highgui; cv => opencv_core. Application compiled properly. However after running application, select boundary box and press Enter I received 'Segmentation fault'. The same if boundary box is defined in config file.

I added the sources for all libraries that are used and added them to CMakeLists.txt. Cmake now also asks where your opencv folder is. I tried it with OpenCV 2.3.1 and it worked. Could you verify that?

I confirm that code work ok with OpenCV 2.3.1 now.