1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
Commit graph

20 commits

Author SHA1 Message Date
ser1zw
5b2e413c4f add CvMat#draw_contours 2012-04-06 01:48:32 +09:00
ser1zw
e760e91d71 fix IplImage#split to return Array<IplImage> (Issue #7)
https://github.com/ruby-opencv/ruby-opencv/issues/7
2012-03-02 02:15:06 +09:00
ser1zw
23a35e8cc4 removed some unnecessary comments 2011-11-20 20:20:06 +09:00
ser1zw
e3cad86f0a added CvHistogram functions 2011-10-23 06:15:31 +09:00
ser1zw
8d172aa35e added CvMat#log_polar 2011-08-22 01:21:51 +09:00
ser1zw
8b48490a43 added error handling to some CvMat method 2011-07-12 04:47:46 +09:00
ser1zw
20d71ff11c added type check to some CvMat methods 2011-06-29 02:25:51 +09:00
ser1zw
37182e83c1 added cvGetCaptureProperty wrapping methods to CvCapture 2011-05-29 03:36:09 +09:00
ser1zw
ca24f705ac moved some sample image path to test/helper.rb 2011-05-21 15:57:44 +09:00
ser1zw
a9b92b2239 implemented CvContour#point_polygon_test, and tested functions of CvContour 2011-02-15 04:05:26 +09:00
ser1zw
230fa6da47 modified some image processing functions of CvMat, and added some tests 2011-01-16 04:29:15 +09:00
ser1zw
6207e00143 implemented CvMat.load 2011-01-15 20:15:49 +09:00
ser1zw
0ebc5b70f9 added constants for IplImage.load, and tested IplImage 2011-01-14 02:42:29 +09:00
ser1zw
5ddfc1fa45 modified test helper to keep compatibility for Ruby 1.8 2011-01-04 01:34:10 +09:00
ser1zw
2864293090 added some tests 2011-01-03 19:13:58 +09:00
ser1zw
63f8cf8bb6 Commented out CvMat#>, CvMat#>=, CvMat#<, CvMat#<=, CvMat#==, CvMat#!=, and added some tests
I commented out the operators above because they are very confusing.
They always return non-nil and non-false objects.
2011-01-03 17:30:36 +09:00
ser1zw
9ab9a4d915 change the order of arguments of CvMat#[], CvMat#[]=, and modified some tests 2011-01-03 15:46:21 +09:00
ser1zw
c7412ba528 modified CvMat#not, and added some tests 2011-01-03 14:21:38 +09:00
ser1zw
9a3a49b917 added some tests 2011-01-03 13:47:47 +09:00
ser1zw
cc1c1e23be modified some tests, added a test runner 2011-01-02 03:04:27 +09:00