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

6 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
76f2933061 added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
ser1zw
5266eb051a modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily 2011-05-21 18:22:27 +09:00
ser1zw
d9b9a7629f tested CvHaarClassifierCascade 2011-05-21 02:41:46 +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/cvhaarclassifiercascade.cpp (Browse further)