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

18 commits

Author SHA1 Message Date
Lars Kanis
50cf19c356 Fix Fixnum's in documentation and in tests 2017-02-10 12:43:54 +01:00
Liam P. White
af14c1dd94
Ruby 2.4 fixes 2017-01-20 11:45:41 +00:00
ser1zw
d679ef49a8 Merge branch 'master' into documentation
Conflicts:
	.gitignore
	ext/opencv/cvmat.cpp
2013-01-20 05:33:11 +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
68b5987019 change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
ser1zw
1c11610b14 Merge branch 'master' into documentation 2012-08-21 01:08:56 +09:00
ser1zw
3461df5eea fix CvChain for enabling to call CvSeq's methods 2012-08-20 19:42:34 +09:00
ser1zw
9f890573db fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
ser1zw
1b27e96cbb Merge branch 'master' into documentation
Conflicts:
	ext/opencv/cvchain.cpp
2012-05-01 05:50:38 +09:00
ser1zw
720c7c9448 add CvChain#approx_chains 2012-05-01 05:19:58 +09:00
ser1zw
75f6cf7ad3 add documents of CvChain 2012-05-01 03:24:42 +09:00
ser1zw
cd3cd06829 refactored some functions to get options 2011-10-31 03:28:06 +09:00
ser1zw
43c67a60cc fixed double free bug of sequences 2011-08-04 03:09:30 +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
1adeec5914 modified CvChain for speeding up 2011-05-24 00:25:58 +09:00
ser1zw
ec18d758fd removed CvChainCode 2011-05-24 00:08:51 +09:00
ser1zw
1ca99720c5 implemented rb_cvCreateMemStorage and replaced cvCreateMemStorage with rb_cvCreateMemStorage to create CvMemStorage as much as possible 2011-04-28 00:36:34 +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/cvchain.cpp (Browse further)