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

39 commits

Author SHA1 Message Date
ser1zw
ecc64b89ca fix encoding descriptions in magic comments 2013-03-03 06:08:54 +09:00
ser1zw
c1e67fe186 use CV_WARP_* constants instead of WARP_FLAG table 2013-01-18 03:37:03 +09:00
ser1zw
ea8622fa8f change arguments of CvMat#dft, CvMat#dct 2012-11-07 01:11:37 +09:00
ser1zw
ad3fcebd25 update OpenCV to 2.4.3 2012-11-04 06:34:09 +09:00
ser1zw
f0dc6bc7b4 update OpenCV version 2012-07-14 20:22:04 +09:00
ser1zw
56b33ca03d add OpenCV::build_information (wrapper of cv::getBuildInformation()) 2012-05-23 02:09:02 +09:00
ser1zw
55f57e7eed fix for OpenCV 2.4 (tested using OpenCV 2.4-beta2) 2012-04-22 22:27:58 +09:00
ser1zw
71b2743c76 add CvMat#adaptive_threshold 2012-02-15 02:11:41 +09:00
ser1zw
1d1244de0c added OpenCV version constants 2011-10-31 01:51:20 +09:00
ser1zw
e3cad86f0a added CvHistogram functions 2011-10-23 06:15:31 +09:00
ser1zw
41bf713cd3 added CvMat#svd 2011-09-18 18:22:21 +09:00
ser1zw
8d172aa35e added CvMat#log_polar 2011-08-22 01:21:51 +09:00
ser1zw
b3016fc68c added error handling to some methods (2)
Added error handlings to the methods of following classes or modules
 -CvPoint2D32f
 -CvPoint3D32f
 -CvRect
 -CvScalar
 -CvSeq
 -CvSize
 -CvSize2D32f
 -CvSlice
 -CvSURFParams
 -CvSURFPoint
 -CvTermCriteria
 -CvTwoPoints
 -CvUtils
 -CvVideoWriter
 -GUI
 -IplConvKernel
 -IplImage
 -MouseEvent
 -OpenCV
 -Trackbar
 -Window
2011-07-23 19:51:58 +09:00
ser1zw
53fd238569 added CvMat#copy_make_border 2011-07-08 21:46:38 +09:00
ser1zw
5266eb051a modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily 2011-05-21 18:22:27 +09:00
ser1zw
81714f0768 fixed Window to handle MouseEvent with propriety 2011-05-05 04:24:21 +09:00
ser1zw
b447c9d5c3 implemented CvMat.find_fundamental_mat 2011-04-17 04:32:43 +09:00
ser1zw
b3e2d7e017 implemented and tested CvMat#match_shapes 2011-04-03 02:12:42 +09:00
ser1zw
dfc9bfacd1 fixed and tested CvMat#match_template 2011-04-02 21:41:09 +09:00
ser1zw
a3af0e6419 implemented CvMat#inpaint and tested CvMat#inpaint, CvMat#inpaint_* 2011-03-27 02:57:37 +09:00
ser1zw
9b309eeef8 implemented and tested CvMat#hough_circles 2011-03-20 23:13:38 +09:00
ser1zw
f8076c3157 implemented and tested CvMat#hough_lines 2011-03-20 00:24:59 +09:00
ser1zw
493644a55a modified and tested CvTermCriteria 2011-02-26 14:54:50 +09:00
ser1zw
505ab279b6 modified and tested CvMat#find_contours 2011-02-13 03:28:58 +09:00
ser1zw
b61adde119 implemented CvMat#threshold, modified CvMat#threshold_* to return threshold value calculated in Otsu's algorithm. 2011-01-30 03:49:47 +09:00
ser1zw
6b6a771207 added symbols for CvMat#morphology and CvMat#smooth 2011-01-30 01:39:57 +09:00
ser1zw
c66c856e44 implemented CvMat#smooth 2011-01-30 01:07:29 +09:00
ser1zw
b9092881ac implemented CvMat#morphology, and modified CvMat#morphology_* 2011-01-29 20:07:36 +09:00
ser1zw
a9717d18a8 added structuring element shape constants for IplConvKernel 2011-01-29 18:04:32 +09:00
ser1zw
440d27cdcb added CvMat.find_homography 2011-01-21 03:20:10 +09:00
ser1zw
82613bd2d8 added some tests 2011-01-16 21:56:06 +09:00
ser1zw
0ebc5b70f9 added constants for IplImage.load, and tested IplImage 2011-01-14 02:42:29 +09:00
ser1zw
3218452aa7 added some tests for opencv.cpp 2011-01-09 22:52:27 +09:00
ser1zw
4c123ec324 fixed a bug of opencv.cpp, and added some tests 2011-01-09 20:34:43 +09:00
ser1zw
cc1c1e23be modified some tests, added a test runner 2011-01-02 03:04:27 +09:00
ser1zw
e3a6dc658a added some tests for CvMat 2010-12-31 21:34:36 +09:00
ser1zw
88aca8bc28 modified some tests 2010-12-31 17:28:58 +09:00
ser1zw
c9e0877f36 added some tests 2010-12-31 16:38:46 +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