ser1zw
d37cefb3aa
fixed for installing on Windows (mswin32)
2011-11-28 08:31:12 +09:00
ser1zw
eaa8ff8a7e
fixed an installation problem when using bundler
...
When installing Ruby/OpenCV using bundler as follow:
$ echo -e "\n"'gem "opencv", :git => "https://github.com/ser1zw/ruby-opencv "' >> Gemfile
$ bundle install
an error occured because "test/samples/movie_sample.avi" was not managed by git.
So, changed .gitignore and some files to fix this problem.
2011-07-26 21:53:33 +09:00
ser1zw
79e9e17844
modified .gitignore
2011-07-06 22:41:00 +09:00
Frank Schumacher
9dcbd6d93c
Add ArcLength, ContourArea and Minimal Area Rectangle example
2011-06-06 22:44:26 +02:00
Frank Schumacher
ef5f25909a
add example for bounding rectangle detection without GUI
2011-06-02 15:33:51 +02:00
ser1zw
37182e83c1
added cvGetCaptureProperty wrapping methods to CvCapture
2011-05-29 03:36:09 +09:00
ser1zw
a1331c9fdc
modified .gitignore
2011-05-15 00:48:28 +09:00
ser1zw
e0881b208c
changed .gitignore
2011-04-30 13:35:15 +09:00
ser1zw
76ba4506ca
changed some files
2011-04-30 04:39:07 +09:00
Patrick Ting
08a9655dc1
Added gemspec to be able to bundle install from git.
...
Added IplImage#smoothness that returns :smooth, :messy, or :blank.
Rake compile will now compile the C extension code.
2011-04-14 12:26:41 -07:00
ser1zw
9b304e424c
modified and tested CvMat#find_contours and CvContour
2011-02-14 04:40:25 +09:00
ser1zw
d82a1506cc
fixed a bug of CvMat#threshold_trunc, and added some tests
2011-01-29 02:45:09 +09:00
ser1zw
0344d933f1
modified .gitignore to ignore tag files
2011-01-29 01:06:23 +09:00
ser1zw
0e46c20929
Ruby 1.9.x fixes
2010-12-30 03:39:15 +09:00
Jeff Rafter
94340872bc
Apply jurgensmirnoff's patch for cvIplDepth and include cvaux.h in opencv.h for OpenCV 2.0
2010-02-27 08:06:28 -08:00