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

13 commits

Author SHA1 Message Date
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)