Source C ++ OpenCV

I downloaded OpenCV. Demos are working for me, but I really want to take a step in the source code and see what happens.

In C #, I download the source code and configure it so that I can skip it, but I donโ€™t know how to do it or even if it is possible in C ++. I donโ€™t even know how to install the source code so that I can right-click on the name of the method and then move on to the definition.

Is it possible to do the same with the source code in C ++, as in C #, if so, how to do it?

+3
source share
2 answers

, , IDE - " " " ". IDE, .

Windows OpenCV , , , , . Visual Studio .

+2

OpenCV 2.2 Windows ( VS 2010).

OpenCV-2.2.0-win32-vs2010.exe

, OpenCV,   ,   32- Visual Studio 2010.    64- ,    , VS2008 MinGW.    TBB IPP.    , OpenCV

0

Source: https://habr.com/ru/post/1781023/


All Articles