forked from ryanfb/ruby-opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
47 lines (29 loc) · 771 Bytes
/
Copy pathREADME.txt
File metadata and controls
47 lines (29 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
= 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