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

28 commits

Author SHA1 Message Date
ser1zw
55f57e7eed fix for OpenCV 2.4 (tested using OpenCV 2.4-beta2) 2012-04-22 22:27:58 +09:00
ser1zw
e752f57d5b remove dependencies of ffcall 2012-01-04 02:25:13 +09:00
ser1zw
e5ec274a04 added CvFeatureTree 2011-12-19 03:45:50 +09:00
ser1zw
d37cefb3aa fixed for installing on Windows (mswin32) 2011-11-28 08:31:12 +09:00
ser1zw
d49d62c7f8 changed some functions which call CVMAT_WITH_CHECK() to call CVARR_WITH_CHECK() 2011-11-20 20:18:24 +09:00
ser1zw
cd3cd06829 refactored some functions to get options 2011-10-31 03:28:06 +09:00
ser1zw
2b7dfab245 removed CvSet 2011-08-12 16:13:03 +09:00
ser1zw
2ac67221f9 removed Point3DSet 2011-08-12 01:31:11 +09:00
ser1zw
d1809bc13f removed some unused functions 2011-08-12 01:11:23 +09:00
ser1zw
d72fbd7c2c changed some functions' name 2011-08-12 00:53:48 +09:00
ser1zw
73479239f4 added type check to some CvMat methods (8) 2011-07-08 00:05:22 +09:00
ser1zw
0d56ef2762 added type check to some CvMat methods (6) 2011-07-03 19:49:22 +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
76289fa9ea added type check to some CvMat methods (3) 2011-06-30 16:01:36 +09:00
ser1zw
3c23c44edc implementated CvSURFParams 2011-06-19 07:16:25 +09:00
ser1zw
dbc579c3e0 added BOOL2INT and INT2BOOL 2011-06-19 06:57:51 +09:00
ser1zw
6197c1f7fc implemented CvSURFPoint 2011-06-19 06:13:26 +09:00
ser1zw
aae092dc04 added CvVideoWriter (not fully tested) 2011-06-11 02:46:52 +09:00
ser1zw
6c11f71e31 modified some methods of CvMat to adapt them to IplImage 2011-05-29 01:44:28 +09:00
ser1zw
ec18d758fd removed CvChainCode 2011-05-24 00:08:51 +09:00
ser1zw
5266eb051a modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily 2011-05-21 18:22:27 +09:00
ser1zw
f5a11ea191 modified CvSeq to also use Fixnum as elements, and removed CvIndex 2011-05-03 01:47:05 +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
ser1zw
d9a7960949 implemented rb_cvCreateStructuringElementEx and replaced cvCreateStructuringElementEx with rb_cvCreateStructuringElementEx to create IplConvKernel as much as possible 2011-04-28 00:22:23 +09:00
ser1zw
586f2161eb implemented rb_cvAlloc and replaced cvAlloc with rb_cvAlloc to allocate memory buffer as much as possible 2011-04-28 00:11:46 +09:00
ser1zw
196c567ee0 implemented rb_cvCreateMat and replaced cvCreateMat with rb_cvCreateMat to create a CvMat as much as possible 2011-04-27 23:39:16 +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/opencv.h (Browse further)