• Stars
    star
    119
  • Rank 297,930 (Top 6 %)
  • Language
    Dockerfile
  • License
    Apache License 2.0
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

GoCV-compatible OpenCV 3.4 Alpine 3.7 Docker image

GoCV-compatible OpenCV 4.0.1 Alpine 3.7 Docker images

What's in build-stage image?

  • Alpine 3.7
  • FFMPEG 4.0
  • Golang 1.10
  • OpenCV 4.0.1
  • OpenCV 4.0.1 contrib packages required by GoCV

What's in runtime image?

  • Alpine 3.7
  • Whatever you need there

Purpose

This is a build image for the multi-stage image provisioning as well as runtime image to work with gocv-based binaries.

Example

Sample Docker file you can find here.

Build the runtime image

pushd runtime && docker build -t denismakogon/gocv-alpine:4.0.1-runtime .; popd

Build the build-stage image

pushd build-stage && docker build -t denismakogon/gocv-alpine:4.0.1-buildstage .; popd

Test sample:

pushd example && docker build -t denismakogon/gocv-alpine:test .; popd
docker run --rm -ti denismakogon/gocv-alpine:test

the output should be the following:

gocv version: 0.18.0
opencv lib version: 4.0.1

More Repositories

1

ffmpeg-alpine

FFMPEG Linux Alpine 3.7 Docker images
Dockerfile
29
star
2

omega2-apps

Onion Omega 2 IoT MIPS32LE projects
Go
14
star
3

trove-guest-image-elements

Trove guest image elements
Shell
13
star
4

ffmpeg-debian

FFMPEG shared libs for OpenJDK | Golang
Dockerfile
8
star
5

judy

Multithreaded CPP UDP server consumable through the C ABI consumption
CMake
6
star
6

libcv-c-api

C++ API to C API to Java API
C++
3
star
7

fn-openapi-v3

Fn-powered serverless application OpenAPI v3.0.0 generator tool
Go
3
star
8

highlights

Serverless highlights
Go
3
star
9

opencv-slim

OpenCV v3 with Python 3.6 on Debian
Python
3
star
10

videobox

Fn Project demo: Videobox application
Go
2
star
11

python-imports

Python 3.7 imports experiment
HTML
2
star
12

hotfn-py

Routine to work with raw HTTP over STDIN/STDOUT
Python
2
star
13

denismakogon.github.io

HTML
2
star
14

aria-core

Aria CORE library
Python
1
star
15

go-structs

A library that contains set of useful API to work with structs
Go
1
star
16

terraform-run-bash-script-module

Terraform module for running bash script with create and delete lifecycle stages
HCL
1
star
17

flight-log-visuals

Sample project for visualizing flights log from my DJI Mavic 2 Pro drone
Java
1
star
18

udp2http

UDP 2 HTTP traffic forwarder
Go
1
star
19

python-functionsclient

Python library for IronFunctions http://open.iron.io/
Python
1
star
20

openjdk-project-samples

OpenJDK project samples
Java
1
star
21

cloudv-ostf-adapter

cloudv-ostf-adapter
Python
1
star
22

aioservice

Framework that helps to build web services on top of aiohttp
Python
1
star
23

safe-script-runner-plugin

This plugin wraps Cloudify fabric plugin tasks but disables every task except run_script task
Python
1
star