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
|
6331e8dc53
|
replace rb_hash_aref to rb_hash_lookup (or LOOKUP_HASH)
|
2013-01-20 02:37:19 +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 |
|