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

8 commits

Author SHA1 Message Date
ser1zw
d37cefb3aa fixed for installing on Windows (mswin32) 2011-11-28 08:31:12 +09:00
ser1zw
ea55e0d42e added error handling to some methods
Added error handlings to the methods of following classes
 -CvBox2D
 -CvCapture
 -CvChain
 -CvCircle32f
 -CvConnectedComp
 -CvContour
 -CvFont
 -CvHaarclassifierCascade
 -CvHuMoments
 -CvLine
 -CvMoments
 -CvPoint
2011-07-22 00:47:54 +09:00
ser1zw
7915f7f559 modified for OpenCV 2.3 2011-07-04 22:16:08 +09:00
ser1zw
aaa0de3810 moved some functions to cvutils 2011-07-03 15:12:36 +09:00
ser1zw
76f2933061 added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
ser1zw
bff95e942a added some methods to CvCapture to set some properties 2011-06-11 01:33:03 +09:00
ser1zw
37182e83c1 added cvGetCaptureProperty wrapping methods to CvCapture 2011-05-29 03:36:09 +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/cvcapture.cpp (Browse further)