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-05-29 03:36:09 +09:00
..
samples tested CvHaarClassifierCascade 2011-05-21 02:41:46 +09:00
helper.rb added cvGetCaptureProperty wrapping methods to CvCapture 2011-05-29 03:36:09 +09:00
runner.rb modified some tests, added a test runner 2011-01-02 03:04:27 +09:00
test_curve.rb added a test case to test_curve.rb 2011-05-21 20:45:57 +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 added cvGetCaptureProperty wrapping methods to CvCapture 2011-05-29 03:36:09 +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 added a constructor for CvConnectedComp, and modified it's test 2011-05-15 03:30:11 +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_cvhaarclassifiercascade.rb modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily 2011-05-21 18:22:27 +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 modified an error message of CvMat#copy 2011-05-15 02:36:48 +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 modified some methods of CvMat to adapt them to IplImage 2011-05-29 01:44:28 +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 CvSeq to also use Fixnum as elements, and removed CvIndex 2011-05-03 01:47:05 +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_cvslice.rb tested CvSlice 2011-05-21 20:43:16 +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_mouseevent.rb tested MouseEvent 2011-05-05 00:59:55 +09:00
test_opencv.rb modified arguments of CvHaarClassifierCascade#detect_objects to set options more easily 2011-05-21 18:22:27 +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 fixed Window to handle MouseEvent with propriety 2011-05-05 04:24:21 +09:00