0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Link ruby-opencv More... over 3 years ago
Add note More... over 3 years ago
Added original author credit for IplImaged#rb_smoothness More... over 14 years ago
modified CvMat.find_fundamental_mat to use CV_MAT_DEPTH More... over 14 years ago
tested CvMat.compute_correspond_epilines More... over 14 years ago
modified cvcontourtree.cpp, cvfont.h, iplconvkernel.cpp to suppress warnings More... over 14 years ago
modified some tests to suppress warnings More... over 14 years ago
moved tests of CvMat#find_homograpy to test_cvmat.rb More... over 14 years ago
implemented CvMat.find_fundamental_mat More... over 14 years ago
tested CvMat.find_fundamental_mat_lmeds More... over 14 years ago
fixed a bug of CvMat.find_fundamental_mat_ransac (size of status matrix), and tested it More... over 14 years ago
modified and tested CvMat.find_fundamental_mat_*point More... over 14 years ago
modified some files More... over 14 years ago
moved tests of IplImage#smoothness to test_iplimage.rb More... over 14 years ago
added test cases of test_optical_flow_* More... over 14 years ago
fixed a bug (sizes of velx, vely) of CvMat#optical_flow_bm More... over 14 years ago
tested CvMat#optical_flow_lk More... over 14 years ago
tested CvMat#optical_flow_hs More... over 14 years ago
modified CvMat#snake_image to check sizes of alpha, beta, gamma when coeff_usage == CV_ARRAY More... over 14 years ago
modified CvMat#snake_image to remove unnecessary variables, fix memory leak More... over 14 years ago
modified CvMat#snake_image to accept cases of coeff_usage == CV_ARRAY, fixed some bugs, and tested More... over 14 years ago
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. More... over 14 years ago
implemented and tested CvMat#match_shapes More... over 14 years ago
fixed and tested CvMat#match_template More... over 14 years ago
tested CvMat#equalize_hist More... over 14 years ago
implemented CvMat#inpaint and tested CvMat#inpaint, CvMat#inpaint_* More... over 14 years ago
fixed a test for CvConnectedComp More... over 14 years ago
fixed cvmat.cpp to suppress warnings More... over 14 years ago
implemented and tested CvMat#hough_circles More... over 14 years ago
tested CvCircle32f and CvMat#hough_circle_gradient More... over 14 years ago