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

11 commits

Author SHA1 Message Date
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
206ae1ba97 modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
ser1zw
81714f0768 fixed Window to handle MouseEvent with propriety 2011-05-05 04:24:21 +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
ser1zw
b447c9d5c3 implemented CvMat.find_fundamental_mat 2011-04-17 04:32:43 +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.cpp (Browse further)