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 ?
which module are you trying to edit ? i'm sure, you can restrict it to that module and it's dependancies
Hi thanks ! Id like to edit SLIC superpixels.. have it cluster based on 3D coordinate as well. So it would be a very small edit. Its under the ximgproc module
^^ yea i remember, it's precedessor had functions to retrieve the cluster centers / colors. that would be a very useful addition !