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

15 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
c88feb2c8e Merge branch 'develop' into documentation
Conflicts:
	.gitignore
	ext/opencv/cvmat.cpp
	ext/opencv/opencv.cpp
2014-01-14 17:45:45 +09:00
ser1zw
21adfe1035 fix issue #22
Use Ruby's memory allocation function xmalloc() instead of OpenCV's cvAlloc()
to run GC when running out of memory
2013-04-30 09:10:05 +09:00
ser1zw
d679ef49a8 Merge branch 'master' into documentation
Conflicts:
	.gitignore
	ext/opencv/cvmat.cpp
2013-01-20 05:33:11 +09:00
ser1zw
6331e8dc53 replace rb_hash_aref to rb_hash_lookup (or LOOKUP_HASH) 2013-01-20 02:37:19 +09:00
ser1zw
9f890573db fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
ser1zw
3ad443fc69 add documents of CvCapture 2012-05-01 02:49:56 +09:00
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)