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 |
|