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

24 commits

Author SHA1 Message Date
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
de8f4ffda0 fixed MASK in cvmat.h, and modified some tests 2011-01-01 21:08:01 +09:00
ser1zw
411f8ba9da fixed VALUE_TO_CVSCALAR in cvscalar.h to allow double values
fixed the following problem
[#27088] VALUE_TO_CVSCALAR wont allow float or double value
http://rubyforge.org/tracker/index.php?func=detail&aid=27088&group_id=1066&atid=4198
2011-01-01 17:32:38 +09:00
ser1zw
252814b057 fixed the format of CvScalar#to_s to handle float values 2011-01-01 17:25:42 +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
cce894071f OpenCV 2.2 fixes 2010-12-30 04:32:34 +09:00
ser1zw
0e46c20929 Ruby 1.9.x fixes 2010-12-30 03:39:15 +09:00
Jeff Rafter
94340872bc Apply jurgensmirnoff's patch for cvIplDepth and include cvaux.h in opencv.h for OpenCV 2.0 2010-02-27 08:06:28 -08:00
Ryan Baumann
45478f2dfe Use MacPorts ffcall library location on Mac 2008-08-19 15:30:09 -04:00
Ryan Baumann
c8dbec46ce Switch /usr/env to /usr/bin/env 2008-08-19 14:55:46 -04: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