Recompile just one module
Hi all, I would like to modify the objectdetect module to expand its capabilities. I was wondering if it is necessary to recompile everything from source or if it exist a way to compile just that module, leaving the remaining untouched. Thank you.
If you just adapt that sourcecode and do a rebuilt of the OpenCV library then only that part will get rebuilt. This will be the fastest. Else you will have to adapt the CMAKE pipeline, which will take in the end much longer than just building everything again.