Develop for OpenCV using an IDE
Hi
I have started studying OpenCV source code. I was just wondering can opencv be setup in an IDE for Development ? It helps in finding related classes and functions, somewhat easier. (I am using QtCreator but any IDE would ease the understanding of code)
What works best for me is the following approach
What else would you want to do? If you want to be able to debug into the source code, you need to build openCV yourself on your system so that the pdb files are available.