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

29 commits

Author SHA1 Message Date
ser1zw
82613bd2d8 added some tests 2011-01-16 21:56:06 +09:00
ser1zw
fcae1a1d44 modified CvMat#rect_sub_pix and CvMat#quadrangle_sub_pix, and added some tests 2011-01-16 17:15:56 +09:00
ser1zw
78f9362f89 added a comment for CvMat#good_features_to_track 2011-01-16 06:39:08 +09:00
ser1zw
230fa6da47 modified some image processing functions of CvMat, and added some tests 2011-01-16 04:29:15 +09:00
ser1zw
6207e00143 implemented CvMat.load 2011-01-15 20:15:49 +09:00
ser1zw
e865d8fd74 modified drawing functions of CvMat, and added some tests 2011-01-10 06:42:55 +09:00
ser1zw
c98f5efbc9 implemented CvMat#mat_mul, and added its tests 2011-01-10 00:27:30 +09:00
ser1zw
f9ca8e2d20 fixed CvMat#eigenvv, removed CvMat#eigenvv!, and added some tests 2011-01-09 03:05:52 +09:00
ser1zw
87d19c362d fixed CvMat#solve, and added some tests 2011-01-09 02:09:40 +09:00
ser1zw
4bcd1ff044 fixed some methods of CvMat, and added some tests 2011-01-06 03:55:34 +09:00
ser1zw
2d416857a9 modified CvMat, and added some tests 2011-01-06 01:57:33 +09:00
ser1zw
7e068bc34b modified CvMat, and added some tests 2011-01-06 01:16:10 +09:00
ser1zw
63f8cf8bb6 Commented out CvMat#>, CvMat#>=, CvMat#<, CvMat#<=, CvMat#==, CvMat#!=, and added some tests
I commented out the operators above because they are very confusing.
They always return non-nil and non-false objects.
2011-01-03 17:30:36 +09:00
ser1zw
9ab9a4d915 change the order of arguments of CvMat#[], CvMat#[]=, and modified some tests 2011-01-03 15:46:21 +09:00
ser1zw
c7412ba528 modified CvMat#not, and added some tests 2011-01-03 14:21:38 +09:00
ser1zw
24804939a3 modified CvMat#or, and added some tests 2011-01-03 13:54:27 +09:00
ser1zw
9a3067caaf modified CvMat#and 2011-01-03 13:47:34 +09:00
ser1zw
2b1f00eda8 fixed a bug of CvMat#repeat, and c 2011-01-02 07:07:02 +09:00
ser1zw
3b36804879 fixed a bug of CvMat#copy 2011-01-02 06:25:38 +09:00
ser1zw
817f57df86 fixed the format of rb_raise() in rb_sub_rect() in cvmat.cpp 2011-01-02 05:57:46 +09:00
ser1zw
7fc0732b7f fixed a bug of CvMat#convert_scale, and added some tests 2011-01-02 05:51:53 +09:00
ser1zw
49d44dcdb8 fixed a comment of CvMat#rand_shuffle, and added some tests 2011-01-02 04:59:19 +09:00
ser1zw
2235b89552 modified CvMat#flip to confirm to the behavior of OpenCV's cvFlip(), and added some tests 2011-01-02 04:06:12 +09:00
ser1zw
f9b3725616 fixed a bug of CvMat#reshape, modified some tests 2011-01-01 21:29:35 +09:00
ser1zw
70bc396923 fixed a bug of CvMat#to_16s 2011-01-01 21:16:27 +09:00
ser1zw
8eef415d46 modified comment for CvMat::slice_width 2010-12-31 21:28:25 +09:00
ser1zw
63b33e52f7 fixed a comment 2010-12-31 17:02:19 +09:00
ser1zw
0e46c20929 Ruby 1.9.x fixes 2010-12-30 03:39:15 +09:00
Ryan Baumann
9196cb13aa Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00