Template for Computer Vision projects
  • C++ 41.7%
  • CMake 30%
  • Batchfile 28.3%
Find a file
2023-03-23 21:25:17 +01:00
.github/workflows disabling the macos build because its dog slow 2023-02-22 00:53:29 +01:00
dependencies juggling stuff around to make future dependencies be excluded by default 2023-02-22 00:54:19 +01:00
include log wide strings on windows 2023-03-23 21:25:17 +01:00
src remove duplicates from the link line on windows 2023-02-22 00:44:49 +01:00
.gitignore juggling stuff around to make future dependencies be excluded by default 2023-02-22 00:54:19 +01:00
CMakeLists.txt touch up 2023-03-23 17:50:20 +01:00
LICENSE init 2023-02-21 20:20:49 +01:00
README.md setup ci 2023-02-21 22:12:24 +01:00
setup_dependencies.bat add hash validation 2023-02-21 22:52:18 +01:00

OpenCV Project Template

Quick Start

mkdir build && cd build
cmake ..
cmake --build .

Dependencies

Windows:

.\setup_dependencies.bat

Linux (Ubuntu/Debian):

sudo apt install libopencv-dev

MacOS:

brew install opencv