Skip to content

This is a repository for OpenCV boilerplate project.

License

rajatkb/OpenCV-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-boilerplate

This is a repository for OpenCV boilerplate project.

Install

Check this tutorial in order to do necessary installation OpenCV with C++ Windows

Run

>> mingw32-make

g++ -I"C:\opencv\install\include" -fsanitize=address -L"C:\opencv\install\x64\mingw\lib" -L"C:\opencv\install\x64\mingw\bin" -o app opencvtry.cpp -lopencv_core420 -lopencv_highgui420 -lopencv_imgproc420 -

This will create a app.exe file. Remember in order to run the exe the binary file of opencv installation must be in the path.

About

This is a repository for OpenCV boilerplate project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published