Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 771 Bytes

File metadata and controls

47 lines (29 loc) · 771 Bytes

OpenCV Sourceforge Project sourceforge.net/projects/opencvlibrary/

Ruby/OpenCV Author’s Web Page blueruby.mydns.jp/opencv

OpenCV Ruby Wrapper

  • First release rubygems, Some OpenCV function wrapped.

# Show image via GUI Window.

require “rubygems” gem “opencv” require “opencv”

image = OpenCV::IplImage.load(“sample.jpg”) window = OpenCV::GUI::Window.new(“preview”) window.show(image) OpenCV::GUI::wait_key

# other sample code, see examples/*.rb

gem install opencv

The BSD Liscense

see LICENSE.txt