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
ser1zw
6331e8dc53 replace rb_hash_aref to rb_hash_lookup (or LOOKUP_HASH) 2013-01-20 02:37:19 +09:00
ser1zw
79f0bef6b3 change utility functions' name
REGISTER_CVMETHOD -> REGISTER_HASH
LOOKUP_CVMETHOD -> LOOKUP_HASH
2013-01-20 02:13:37 +09:00
ser1zw
28ce57b140 fix italic option of CvFont#initialize 2012-04-22 23:43:12 +09:00
ser1zw
cd3cd06829 refactored some functions to get options 2011-10-31 03:28:06 +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
4a976087ac modified some initialize methods to private 2011-05-15 04:09:00 +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/cvfont.cpp (Browse further)