I have built the latest version of OpenCV (2.4.6) from source on Ubuntu and have been using it for development for some time. I want to modify one of its libraries (namely the obj_detect one) by editing the source directly.
Is there a way I can do this without having to rebuild the whole opencv library every time I make a change to the objdetect header?
Thanks, Aly