Commit Graph

25 Commits

Author SHA1 Message Date
ser1zw c88feb2c8e Merge branch 'develop' into documentation
Conflicts:
	.gitignore
	ext/opencv/cvmat.cpp
	ext/opencv/opencv.cpp
2014-01-14 17:45:45 +09:00
ser1zw e6cf94875d add .bundle to .gitignore 2014-01-04 17:00:19 +09:00
ser1zw fa7d79c668 ignore .RUBYARCHDIR.time 2013-07-07 06:17:32 +09:00
ser1zw e1be97db7a Merge branch 'master' into documentation
Conflicts:
	Gemfile
	Rakefile
2013-01-27 15:44:33 +09:00
ser1zw f54d5c80a9 cleanup Rakefile and recreate gemspec 2013-01-20 08:12:44 +09:00
ser1zw d679ef49a8 Merge branch 'master' into documentation
Conflicts:
	.gitignore
	ext/opencv/cvmat.cpp
2013-01-20 05:33:11 +09:00
ser1zw 8e0f328502 ignore .RUBYLIBDIR.* 2013-01-20 04:59:09 +09:00
ser1zw 6898c452e1 Merge branch 'master' into documentation
Conflicts:
	.gitignore
2012-05-01 01:45:17 +09:00
ser1zw 3de5dc1a4f ignore Gemfile.lock 2012-05-01 01:08:59 +09:00
ser1zw f6151e75ca add YARD settings 2012-04-30 19:31:59 +09:00
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