D-Alex / ropencv

ffi ruby wrapper for opencv
Other
67 stars 14 forks source link

let's try to run it on heroku ;) #25

Closed berak closed 10 years ago

berak commented 10 years ago

not an issue, more a feature request

what would be the steps to install your bindings on a machine, that

again, imho, you're doing great, take this more as an additional sportive challenge ;)

(and again, - while most of opencv requirements pretty much assume, you own the machine, ruby, being more a web-dev language might challenge that idea, no ?)

berak commented 10 years ago

btw, if you want your wrapper merged into opencv_contrib, focus on supporting opencv3.0 (only. 2.4.x does not seem to be relevant/supported there at all)

D-Alex commented 10 years ago

The master branch is compatible with OpenCV 3.0. There is also a pull request for integrating ruby bindings into opencv_contrib https://github.com/Itseez/opencv_contrib/pull/116.

gem install can be used without having sudo rights by setting the environment variables GEM_HOME (install location) and GEM_PATH (gems locations / should include GEM_HOME)

I am not an expert in using opencv with heroku but I guess https://github.com/hdachev/heroku-buildpack-opencv would be a good starting point.

berak commented 10 years ago

ah thanks, will try. and good luck with the pr, looks nice !