the goal of this project is to show random images available in data/small-Voc2007
, predict what is it and show where
is the interest of the prediction.
Warning
The compilation only works with Windows platform and with the Visual Studion compiler. (see our CMakeList.txt)
create a directory named dependencies
and
extract this release inside.
Once you have done that, you have to run the CMakeList.txt
with cmake
, it will create a cmake directory.
Copy / Paste all dll
files of
this release of opencv downloaded just before
and put them near to the .exe
, available in cmake-build-release-visual-studio
directory.
you can now run perfectly the project