https://github.com/sitkevij/opencv
Small OpenCV (Open Source Computer Vision Library) Docker Image for Alpine Linux
https://github.com/sitkevij/opencv
alpine computer-vision deep-learning docker-image image-manipulation image-processing machine-learning opencv opencv-docker opencv-python
Last synced: about 1 month ago
JSON representation
Small OpenCV (Open Source Computer Vision Library) Docker Image for Alpine Linux
- Host: GitHub
- URL: https://github.com/sitkevij/opencv
- Owner: sitkevij
- Created: 2017-10-13T18:52:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T20:09:38.000Z (over 8 years ago)
- Last Synced: 2025-08-05T04:27:37.735Z (10 months ago)
- Topics: alpine, computer-vision, deep-learning, docker-image, image-manipulation, image-processing, machine-learning, opencv, opencv-docker, opencv-python
- Language: Shell
- Homepage: https://hub.docker.com/r/sitkevij/opencv/
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencv
[](https://travis-ci.org/sitkevij/opencv) [](https://hub.docker.com/r/sitkevij/opencv/) [](https://hub.docker.com/r/sitkevij/opencv/) [](https://microbadger.com/images/sitkevij/opencv "image size layers") [](https://microbadger.com/images/sitkevij/opencv "app version")
OpenCV Docker
There are two ways to run this opencv Docker image:
## 1. Pull from Docker Hub
- [opencv 3.3.0-alpine/latest](https://github.com/sitkevij/opencv/tree/master/3.3.0-alpine)
- `docker pull sitkevij/opencv` OR `docker pull sitkevij/opencv:3.3.0-alpine`
## 2. Building from source
```
$ git clone https://github.com/sitkevij/opencv.git && \
cd opencv && \
chmod a+x build-arg.sh && \
./build-arg.sh sitkevij "opencv:3.3.0-alpine:3.5" && \
docker run --rm sitkevij/opencv:3.3.0-alpine
```
## opencv Build Options
- Reference https://github.com/opencv/opencv/blob/master/CMakeLists.txt