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

23 commits

Author SHA1 Message Date
ser1zw
eea97c692b modified Window#set_mouse_callback to avoid unexplained segmentation fault (caused by ffcall?) 2011-05-05 18:02:20 +09:00
ser1zw
81714f0768 fixed Window to handle MouseEvent with propriety 2011-05-05 04:24:21 +09:00
ser1zw
6be99de63c tested MouseEvent 2011-05-05 00:59:55 +09:00
ser1zw
4813ec29bc tested Trackbar 2011-05-05 00:45:42 +09:00
ser1zw
e3bf41ffd2 moved version.rb to ext/opencv/lib/opencv/ 2011-05-04 02:14:33 +09:00
ser1zw
756db66ba4 modified to be able to install both "rake package && gem install opencv-x.y.z.gem" and "ruby extconf.rb && make && make install" ways 2011-05-03 17:12:47 +09:00
ser1zw
f5a11ea191 modified CvSeq to also use Fixnum as elements, and removed CvIndex 2011-05-03 01:47:05 +09:00
ser1zw
579ba0299d added CvMat#set_data 2011-04-30 13:29:47 +09:00
ser1zw
76ba4506ca changed some files 2011-04-30 04:39:07 +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
882b778e94 modified CvMat#initialize to run GC and retry memory allocation when it is failed 2011-04-23 22:34:47 +09:00
Patrick Ting
9dc514277e Added original author credit for IplImaged#rb_smoothness 2011-04-20 11:08:45 -07:00
ser1zw
e5e872861f modified CvMat.find_fundamental_mat to use CV_MAT_DEPTH 2011-04-20 00:58:05 +09:00
ser1zw
fc5a680b58 tested CvMat.compute_correspond_epilines 2011-04-20 00:54:22 +09:00
ser1zw
a3e10782ae modified cvcontourtree.cpp, cvfont.h, iplconvkernel.cpp to suppress warnings 2011-04-18 01:08:47 +09:00
ser1zw
b447c9d5c3 implemented CvMat.find_fundamental_mat 2011-04-17 04:32:43 +09:00
ser1zw
d5e7d1acea tested CvMat.find_fundamental_mat_lmeds 2011-04-17 03:42:19 +09:00
ser1zw
ac62bd7988 fixed a bug of CvMat.find_fundamental_mat_ransac (size of status matrix), and tested it 2011-04-17 03:32:53 +09:00
ser1zw
e56749c70d modified and tested CvMat.find_fundamental_mat_*point 2011-04-17 02:46:23 +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