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

9 commits

Author SHA1 Message Date
ser1zw
fadad7f893 fix for Windows 2011-12-27 23:47:08 +09:00
ser1zw
14659f0f90 removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
ser1zw
42c6f5cc37 uniformed code format 2011-08-12 02:26:54 +09:00
ser1zw
354d47830a added error handling to IplImage methods 2011-07-21 23:06:40 +09:00
ser1zw
76ba4506ca changed some files 2011-04-30 04:39:07 +09:00
ser1zw
586f2161eb implemented rb_cvAlloc and replaced cvAlloc with rb_cvAlloc to allocate memory buffer as much as possible 2011-04-28 00:11:46 +09:00
ser1zw
196c567ee0 implemented rb_cvCreateMat and replaced cvCreateMat with rb_cvCreateMat to create a CvMat as much as possible 2011-04-27 23:39:16 +09:00
Patrick Ting
9dc514277e Added original author credit for IplImaged#rb_smoothness 2011-04-20 11:08:45 -07: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