.. |
samples
|
fixed an installation problem when using bundler
|
2011-07-26 21:53:33 +09:00 |
helper.rb
|
add CvMat#draw_contours
|
2012-04-06 01:48:32 +09:00 |
runner.rb
|
fixed for Ruby 1.9.3
|
2011-11-03 22:25:45 +09:00 |
test_curve.rb
|
fix test of Curve#arc_length
|
2012-04-22 23:41:24 +09:00 |
test_cvavgcomp.rb
|
added test for CvAvgComp
|
2011-05-21 01:48:14 +09:00 |
test_cvbox2d.rb
|
implemented setters and constructor of CvBox2D, and added some tests for them
|
2011-01-10 04:43:04 +09:00 |
test_cvcapture.rb
|
modified for OpenCV 2.3
|
2011-07-04 22:16:08 +09:00 |
test_cvchain.rb
|
fix a test
|
2012-05-01 05:43:05 +09:00 |
test_cvcircle32f.rb
|
tested CvCircle32f and CvMat#hough_circle_gradient
|
2011-03-20 22:53:56 +09:00 |
test_cvconnectedcomp.rb
|
added a constructor for CvConnectedComp, and modified it's test
|
2011-05-15 03:30:11 +09:00 |
test_cvcontour.rb
|
modify option parameters of CvContour#approx_poly
|
2012-05-03 00:41:14 +09:00 |
test_cvcontourtree.rb
|
tested and fixed CvContourTree
|
2011-07-31 00:37:45 +09:00 |
test_cverror.rb
|
fix for OpenCV 2.4 (tested using OpenCV 2.4-beta2)
|
2012-04-22 22:27:58 +09:00 |
test_cvfeaturetree.rb
|
added CvFeatureTree
|
2011-12-19 03:45:50 +09:00 |
test_cvfont.rb
|
refactored some functions to get options
|
2011-10-31 03:28:06 +09:00 |
test_cvhaarclassifiercascade.rb
|
modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily
|
2011-05-21 18:22:27 +09:00 |
test_cvhistogram.rb
|
added CvHistogram functions
|
2011-10-23 06:15:31 +09:00 |
test_cvhumoments.rb
|
implemented and tested CvHuMoments
|
2011-03-06 22:58:34 +09:00 |
test_cvline.rb
|
implemented CvLine#[] and tested CvLine
|
2011-03-19 18:56:16 +09:00 |
test_cvmat.rb
|
modify CvMat#normalize to take an optional operation mask.
|
2012-10-02 00:23:07 +09:00 |
test_cvmat_drawing.rb
|
add CvMat#draw_contours
|
2012-04-06 01:48:32 +09:00 |
test_cvmat_dxt.rb
|
added type check to some CvMat methods (5)
|
2011-07-03 17:44:46 +09:00 |
test_cvmat_imageprocessing.rb
|
add CvMat#draw_contours
|
2012-04-06 01:48:32 +09:00 |
test_cvmat_matching.rb
|
fix CvMat#match_descriptors for invalid image array
|
2012-08-20 16:16:45 +09:00 |
test_cvmoments.rb
|
modified CvMoments#hu to return CvHuMoments
|
2011-03-06 23:07:05 +09:00 |
test_cvpoint.rb
|
added error handling to some methods
|
2011-07-22 00:47:54 +09:00 |
test_cvpoint2d32f.rb
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
test_cvpoint3d32f.rb
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
test_cvrect.rb
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
test_cvscalar.rb
|
modified some tests to suppress warnings
|
2011-04-18 00:45:17 +09:00 |
test_cvseq.rb
|
modified CvSeq to also use Fixnum as elements, and removed CvIndex
|
2011-05-03 01:47:05 +09:00 |
test_cvsize.rb
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
test_cvsize2d32f.rb
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
test_cvslice.rb
|
tested CvSlice
|
2011-05-21 20:43:16 +09:00 |
test_cvsurfparams.rb
|
implementated CvSURFParams
|
2011-06-19 07:16:25 +09:00 |
test_cvsurfpoint.rb
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
test_cvtermcriteria.rb
|
modified and tested CvTermCriteria
|
2011-02-26 14:54:50 +09:00 |
test_cvtwopoints.rb
|
implemented CvTwoPoints#[] and tested CvTwoPoints
|
2011-03-19 20:55:04 +09:00 |
test_cvvideowriter.rb
|
fixed an installation problem when using bundler
|
2011-07-26 21:53:33 +09:00 |
test_iplconvkernel.rb
|
added structuring element shape constants for IplConvKernel
|
2011-01-29 18:04:32 +09:00 |
test_iplimage.rb
|
add IplImage#decode (wrapper of cvDecodeImage)
|
2012-07-15 03:14:39 +09:00 |
test_mouseevent.rb
|
tested MouseEvent
|
2011-05-05 00:59:55 +09:00 |
test_opencv.rb
|
update OpenCV version
|
2012-07-14 20:22:04 +09:00 |
test_pointset.rb
|
fix PointSet#convexity_defects
|
2012-06-02 23:54:20 +09:00 |
test_preliminary.rb
|
modified some tests to suppress warnings
|
2011-04-18 00:45:17 +09:00 |
test_trackbar.rb
|
tested Trackbar
|
2011-05-05 00:45:42 +09:00 |
test_window.rb
|
fix multiple windows operation bug
|
2012-02-05 05:59:10 +09:00 |