Skip to content

YohanCohen-Solal/mini-project-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-project-cpp

docs/img/cpp.svg docs/img/opencv.svg

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)

Run it

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

Example of output image

img.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • CMake 4.0%