This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
History.txt | Tue Aug 19 08:01:28 -0700 2008 | |
| |
License.txt | Tue Aug 19 08:01:28 -0700 2008 | |
| |
Manifest.txt | Tue Aug 19 08:01:28 -0700 2008 | |
| |
README.txt | Tue Aug 19 08:01:28 -0700 2008 | |
| |
Rakefile | Tue Aug 19 08:01:28 -0700 2008 | |
| |
examples/ | Tue Aug 19 08:08:07 -0700 2008 | |
| |
ext/ | Tue Aug 19 12:30:09 -0700 2008 | |
| |
images/ | Tue Aug 19 08:08:07 -0700 2008 | |
| |
lib/ | Tue Aug 19 08:01:28 -0700 2008 | |
| |
metadata | Tue Aug 19 08:01:28 -0700 2008 | |
| |
setup/ | Tue Aug 19 08:01:28 -0700 2008 | |
| |
test/ | Tue Aug 19 08:01:28 -0700 2008 |
README.txt
= opencv OpenCV Sourceforge Project http://sourceforge.net/projects/opencvlibrary/ Ruby/OpenCV Author's Web Page http://blueruby.mydns.jp/opencv == DESCRIPTION: OpenCV Ruby Wrapper == FEATURES/PROBLEMS: * First release rubygems, Some OpenCV function wrapped. == SYNOPSIS: # 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 == REQUIREMENTS: * OpenCV 1.0 or later. http://sourceforge.net/projects/opencvlibrary/ * ffcall (optional) http://www.haible.de/bruno/packages-ffcall.html == INSTALL: gem install opencv == LICENSE: The BSD Liscense see LICENSE.txt







