1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/test
2011-04-18 00:45:17 +09:00
..
samples fixed a bug of CvMat.find_fundamental_mat_ransac (size of status matrix), and tested it 2011-04-17 03:32:53 +09:00
helper.rb implemented CvContour#point_polygon_test, and tested functions of CvContour 2011-02-15 04:05:26 +09:00
runner.rb modified some tests, added a test runner 2011-01-02 03:04:27 +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_cvchain.rb tested and modified CvChain 2011-02-16 01:36:46 +09:00
test_cvcircle32f.rb tested CvCircle32f and CvMat#hough_circle_gradient 2011-03-20 22:53:56 +09:00
test_cvconnectedcomp.rb fixed a test for CvConnectedComp 2011-03-20 23:33:30 +09:00
test_cvcontour.rb tested and modified CvChain 2011-02-16 01:36:46 +09:00
test_cvfont.rb fixed a bug of CvFont (about italic font setting), added CvFont#italic and its tests 2011-01-11 03:17:38 +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 moved tests of CvMat#find_homograpy to test_cvmat.rb 2011-04-18 00:31:25 +09:00
test_cvmat_drawing.rb modified some image processing functions of CvMat, and added some tests 2011-01-16 04:29:15 +09:00
test_cvmat_dxt.rb added tests for CvMat#dft and CvMat#dct 2011-01-13 02:16:08 +09:00
test_cvmat_imageprocessing.rb moved tests of CvMat#find_homograpy to test_cvmat.rb 2011-04-18 00:31:25 +09:00
test_cvmoments.rb modified CvMoments#hu to return CvHuMoments 2011-03-06 23:07:05 +09:00
test_cvpoint.rb implemented to_a to CvCircle32f, CvPoint, CvPoint2D32f, CvPoint3D32f, CvScalar, CvSize, CvSize2D32f, CvTermCriteria, CvTwoPoints, CvVector, and added tests for them 2011-01-10 01:18:11 +09:00
test_cvpoint2d32f.rb implemented to_a to CvCircle32f, CvPoint, CvPoint2D32f, CvPoint3D32f, CvScalar, CvSize, CvSize2D32f, CvTermCriteria, CvTwoPoints, CvVector, and added tests for them 2011-01-10 01:18:11 +09:00
test_cvpoint3d32f.rb implemented to_a to CvCircle32f, CvPoint, CvPoint2D32f, CvPoint3D32f, CvScalar, CvSize, CvSize2D32f, CvTermCriteria, CvTwoPoints, CvVector, and added tests for them 2011-01-10 01:18:11 +09:00
test_cvrect.rb removed CvRect#or, implemented CvRect.max_rect instead of CvRect#or, and added some tests for CvRect 2011-01-09 18:21:59 +09:00
test_cvscalar.rb modified some tests to suppress warnings 2011-04-18 00:45:17 +09:00
test_cvseq.rb modified and tested CvMat#find_contours and CvContour 2011-02-14 04:40:25 +09:00
test_cvsize.rb implemented to_a to CvCircle32f, CvPoint, CvPoint2D32f, CvPoint3D32f, CvScalar, CvSize, CvSize2D32f, CvTermCriteria, CvTwoPoints, CvVector, and added tests for them 2011-01-10 01:18:11 +09:00
test_cvsize2d32f.rb implemented to_a to CvCircle32f, CvPoint, CvPoint2D32f, CvPoint3D32f, CvScalar, CvSize, CvSize2D32f, CvTermCriteria, CvTwoPoints, CvVector, and added tests for them 2011-01-10 01:18:11 +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_iplconvkernel.rb added structuring element shape constants for IplConvKernel 2011-01-29 18:04:32 +09:00
test_iplimage.rb moved tests of IplImage#smoothness to test_iplimage.rb 2011-04-16 22:54:17 +09:00
test_opencv.rb implemented CvMat.find_fundamental_mat 2011-04-17 04:32:43 +09:00
test_preliminary.rb modified some tests to suppress warnings 2011-04-18 00:45:17 +09:00