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
d9b9a7629f
tested CvHaarClassifierCascade
2011-05-21 02:41:46 +09:00
ser1zw
ac62bd7988
fixed a bug of CvMat.find_fundamental_mat_ransac (size of status matrix), and tested it
2011-04-17 03:32:53 +09:00
ser1zw
b1c217884e
moved tests of IplImage#smoothness to test_iplimage.rb
2011-04-16 22:54:17 +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
b3e2d7e017
implemented and tested CvMat#match_shapes
2011-04-03 02:12:42 +09:00
ser1zw
dfc9bfacd1
fixed and tested CvMat#match_template
2011-04-02 21:41:09 +09:00
ser1zw
a3af0e6419
implemented CvMat#inpaint and tested CvMat#inpaint, CvMat#inpaint_*
2011-03-27 02:57:37 +09:00
ser1zw
7eb93ccde3
tested CvMat#hough_lines_standard
2011-03-19 20:31:52 +09:00
ser1zw
505ab279b6
modified and tested CvMat#find_contours
2011-02-13 03:28:58 +09:00
ser1zw
230fa6da47
modified some image processing functions of CvMat, and added some tests
2011-01-16 04:29:15 +09:00
ser1zw
cec9674316
modified some tests
2010-12-31 17:29:31 +09:00