Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 2016-09-04 04:37:57 -0600

Nbb gravatar image

Recompiling OpenCV after modifying src code - CMake GUI

I'd like to edit some functions in OpenCV for my project and I'd like to know if there is a way to make the build a lot quicker ? I know the steps of building opencv from source code is to

1) Configure and generate visual studio project via CMake 2) Open up solution in visual studio and build

Step 2 takes a very long time and is very troublesome especially if I am only doing minor editing to try and test variants of a function. Is there a way to shorten the process ? Is it possible to configure, generate and compile files that have been changed ?