Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

onboardiq/heroku16-buildpack-opencv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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-3.4.1.
  • 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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages