Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

debugging opencv python eclipse

$
0
0
I have installed cv2 via pip install cv2 for python2.7. I ran the example programs, for example capturing a video from the webcam etc. and it works fine. As far as I know, one needs the C++ libraries to run the opencv code i.e the python functions call the c++ functions via the python wrapper. I can use the video capability ( editing, displaying, saving etc ) from my python functions. I saw that there is a file called cv2.so in the dist-packages which is around 1.4 MB big. Further, the cv2.so uses many other libraries which I could trace using ldd. They all point to some or the other library. Can anyone tell me how can I debug my python source code i.e also display the underlying C++ library code during single stepping?

Viewing all articles
Browse latest Browse all 2088

Trending Articles