1 | initial version |
yes you need to rebuild the affected modules, but no, you don't to rebuild all of them, you can use e.g.
cmake -DBUILD_WHITELIST=core,imgproc,imgcodecs
(comma seperated list of module names w/o opencv_ prefix)
apart from that, you can also outsource it, github has nice support for CI tools like TravisCI.