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

7 commits

Author SHA1 Message Date
Dávid Halász
6fb0f00285 Implemented close method for CvCapture
Sometimes it is useful to release a resource BEFORE the garbage collection starts
2016-04-08 13:35:40 +02:00
ser1zw
9f890573db fix some codes for YARD 0.8 2012-05-31 02:38:41 +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
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.h (Browse further)