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

13 commits

Author SHA1 Message Date
ser1zw
46227b7fa1 added type check to some CvMat methods (8) 2011-07-08 00:15:07 +09:00
ser1zw
c003ee81f0 added type check to some CvMat methods (7) 2011-07-07 00:42:57 +09:00
ser1zw
3d45dd1146 added type check to some CvMat methods (4) 2011-07-03 17:19:39 +09:00
ser1zw
76f2933061 added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
ser1zw
20d71ff11c added type check to some CvMat methods 2011-06-29 02:25:51 +09:00
ser1zw
041f9cc89f implemented CvMat#extract_surf 2011-06-19 22:51:39 +09:00
ser1zw
6c11f71e31 modified some methods of CvMat to adapt them to IplImage 2011-05-29 01:44:28 +09:00
ser1zw
4fb3d87dd3 added cCvMat::new_mat_kind_object() to adapt CvMat methods to IplImage 2011-05-28 19:04:41 +09:00
ser1zw
059762efac removed CvMat#parent and CvMat#has_parent? 2011-05-15 02:26:25 +09:00
ser1zw
579ba0299d added CvMat#set_data 2011-04-30 13:29:47 +09:00
ser1zw
b447c9d5c3 implemented CvMat.find_fundamental_mat 2011-04-17 04:32:43 +09:00
ser1zw
e56749c70d modified and tested CvMat.find_fundamental_mat_*point 2011-04-17 02:46:23 +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
Renamed from ext/cvmat.h (Browse further)