Ask Your Question

Revision history [back]

Find implementation of OpenCV related functionality while programming

We have a CodeBlocks system (version 13.12) running with OpenCV 2.4.8. In that setup, when setting the correct searching directories, it is perfectly possible to right click on an OpenCV related function and select find implementation. This opens up the corresponding *.cpp file and the corresponding function inside that file. Same works for the find declaration option.

However, I have noticed that in the latest 2.4.11 version and in the latest 3.0 version, I am no longer able to use the find implementation option. I am wondering if under the hood something has actually changed that doesn't allow me anymore to directly debug OpenCV source code this way, since there is no way in auto retrieving the file where I need to push breakpoints.

Any guidance is appreciated!

Current Setup:

  • OpenCV 3.0 built with option that enables profiling
  • I added the search directories for both linker and compiler
  • I have added the correct OpenCV libs using the pkg-config interface

Find implementation of OpenCV related functionality while programming

We have a CodeBlocks system (version 13.12) running with OpenCV 2.4.8. In that setup, when setting the correct searching directories, it is perfectly possible to right click on an OpenCV related function and select find implementation. This opens up the corresponding *.cpp file and the corresponding function inside that file. Same works for the find declaration option.

However, I have noticed that in the latest 2.4.11 version and in the latest 3.0 version, I am no longer able to use the find implementation option. I am wondering if under the hood something has actually changed that doesn't allow me anymore to directly debug OpenCV source code this way, since there is no way in auto retrieving the file where I need to push breakpoints.

Any guidance is appreciated!

Current Setup:

  • OpenCV 3.0 built with option that enables profiling
  • I added the search directories for both linker and compiler
  • I have added the correct OpenCV libs using the pkg-config interface

BUMP - nobody?