Skip to content

WuSandWitch/OpenCV-Cpp-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV C++ Docker

For guys who use Apple silicon chip to code OpenCV in c++.

Hint: Using docker to run opencv c++ will not allow you to use imshow unless you set up Xserver.

Compile

docker build -t opencv_cpp .
docker run -it --rm -v $(pwd):/app opencv_cpp

This will sync the folder you run with the docker bash. You can directly code it inside main.cpp

Run

./compile.sh <cpp_file>

About

A docker image with OpenCV C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors