forked from ryanfb/ruby-opencv
-
Notifications
You must be signed in to change notification settings - Fork 8
/
metadata
191 lines (188 loc) · 3.72 KB
/
metadata
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
--- !ruby/object:Gem::Specification
name: opencv
version: !ruby/object:Gem::Version
version: 0.0.6
platform: ruby
authors:
- Masakazu Yonekura
- lsxi
autorequire:
bindir: bin
cert_chain: []
date: 2008-06-29 00:00:00 +09:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
name: hoe
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
- !ruby/object:Gem::Dependency
name: hoe
version_requirement:
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: 1.6.0
version:
description: OpenCV wrapper for Ruby
email:
executables: []
extensions:
- ext/extconf.rb
extra_rdoc_files:
- History.txt
- Manifest.txt
- README.txt
- License.txt
files:
- History.txt
- Manifest.txt
- README.txt
- License.txt
- Rakefile
- examples/convexhull.rb
- examples/face_detect.rb
- examples/houghcircle.rb
- examples/inpaint.png
- examples/inpaint.rb
- examples/paint.rb
- examples/snake.rb
- examples/stuff.jpg
- ext/curve.cpp
- ext/curve.h
- ext/cvavgcomp.cpp
- ext/cvavgcomp.h
- ext/cvbox2d.cpp
- ext/cvbox2d.h
- ext/cvcapture.cpp
- ext/cvcapture.h
- ext/cvchain.cpp
- ext/cvchain.h
- ext/cvchaincode.cpp
- ext/cvchaincode.h
- ext/cvcircle32f.cpp
- ext/cvcircle32f.h
- ext/cvcondensation.cpp
- ext/cvcondensation.h
- ext/cvconnectedcomp.cpp
- ext/cvconnectedcomp.h
- ext/cvcontour.cpp
- ext/cvcontour.h
- ext/cvcontourtree.cpp
- ext/cvcontourtree.h
- ext/cvconvexitydefect.cpp
- ext/cvconvexitydefect.h
- ext/cverror.cpp
- ext/cverror.h
- ext/cvfont.cpp
- ext/cvfont.h
- ext/cvhaarclassifiercascade.cpp
- ext/cvhaarclassifiercascade.h
- ext/cvhistogram.cpp
- ext/cvhistogram.h
- ext/cvindex.cpp
- ext/cvindex.h
- ext/cvline.cpp
- ext/cvline.h
- ext/cvmat.cpp
- ext/cvmat.h
- ext/cvmatnd.cpp
- ext/cvmatnd.h
- ext/cvmemstorage.cpp
- ext/cvmemstorage.h
- ext/cvmoments.cpp
- ext/cvmoments.h
- ext/cvpoint.cpp
- ext/cvpoint.h
- ext/cvpoint2d32f.cpp
- ext/cvpoint2d32f.h
- ext/cvpoint3d32f.cpp
- ext/cvpoint3d32f.h
- ext/cvrect.cpp
- ext/cvrect.h
- ext/cvscalar.cpp
- ext/cvscalar.h
- ext/cvseq.cpp
- ext/cvseq.h
- ext/cvset.cpp
- ext/cvset.h
- ext/cvsize.cpp
- ext/cvsize.h
- ext/cvsize2d32f.cpp
- ext/cvsize2d32f.h
- ext/cvslice.cpp
- ext/cvslice.h
- ext/cvsparsemat.cpp
- ext/cvsparsemat.h
- ext/cvtermcriteria.cpp
- ext/cvtermcriteria.h
- ext/cvtwopoints.cpp
- ext/cvtwopoints.h
- ext/cvvector.cpp
- ext/cvvector.h
- ext/cvvideowriter.cpp
- ext/cvvideowriter.h
- ext/extconf.rb
- ext/gui.cpp
- ext/gui.h
- ext/iplconvkernel.cpp
- ext/iplconvkernel.h
- ext/iplimage.cpp
- ext/iplimage.h
- ext/mouseevent.cpp
- ext/mouseevent.h
- ext/opencv.cpp
- ext/opencv.h
- ext/point3dset.cpp
- ext/point3dset.h
- ext/pointset.cpp
- ext/pointset.h
- ext/trackbar.cpp
- ext/trackbar.h
- ext/window.cpp
- ext/window.h
- images/CvMat_sobel.png
- images/CvMat_sub_rect.png
- images/CvSeq_relationmap.png
- images/face_detect_from_lena.jpg
- lib/opencv.rb
- lib/version.rb
- setup/setup.cygwin.rb
- setup/setup.mingw.rb
- setup/setup.mswin32.rb
has_rdoc: true
homepage: http://blueruby.mydns.jp/opencv
post_install_message:
rdoc_options:
- --main
- README.txt
require_paths:
- lib
- ext
required_ruby_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
required_rubygems_version: !ruby/object:Gem::Requirement
requirements:
- - ">="
- !ruby/object:Gem::Version
version: "0"
version:
requirements: []
rubyforge_project: opencv
rubygems_version: 1.0.1
signing_key:
specification_version: 2
summary: OpenCV wrapper for Ruby.
test_files:
- test/test_opencv.rb