aderyabin / heroku16-buildpack-opencv3

Heroku buildbpack for OpenCV3 and Golang stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku-16 stack buildpack with OpenCV.

How

A complete environment was created using the Dockerfile file based on the heroku stack v16.

This includes the following:

  • Opencv-2.4.13.
  • Supporting Go lang binding. (gocv)

Go lang setup:

heroku buildpacks:add --index=1 https://github.com/onboardiq/heroku16-buildpack-opencv3.git
heroku buildpacks:add --index=2 https://github.com/onboardiq/heroku-buildpack-go.git

Python setup:

heroku buildpacks:add --index=1 https://github.com/onboardiq/heroku16-buildpack-opencv3.git
heroku buildpacks:add --index=2 heroku/python

Development

You can build your own OpenCV buildpack via Docker. For more details, please read:

About

Heroku buildbpack for OpenCV3 and Golang stack


Languages

Language:Shell 100.0%