I want to contribute OpenCV trying to make a parallel version of SIFT. I want to use Eclipse CDT to do this.
My idea is to use a simple SIFT application (that I already have) and place various breakpoints in SIFT's source code. The problem is that I don't know how to debug a 3rd party library in Eclipse CDT.
I found [this][1] question and in fact I will build OpenCV with the `-DCMAKE_BUILD_TYPE=Debug` option, but I have the suspect that this is not the only thing to do. For example I don't know how to include the OpenCV source code in my project (and if there are other problems too).
Can someone help me?
[1]: http://stackoverflow.com/questions/3366756/eclipse-cdt-loading-debug-symbols-for-an-external-shared-libraries
↧