Hi,
I'm using OpenCV2.4.9 with Visual Studio 2012 on Windows 8.1
I added a new descriptor to OpenCV and I would like to test it outside of the OpenCV solution (in a new solution).
How do I create updated lib and hpp files? I would like to have a new "build" directory that will contain all the updated files (lib, dll and hpp) according to the updated code.
Do I need to apply CMake again? perhaps building the project "BUILD" in the OpenCV solution?
Thanks in advance,
Gil.