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
ser1zw eaa8ff8a7e fixed an installation problem when using bundler
When installing Ruby/OpenCV using bundler as follow:
  $ echo -e "\n"'gem "opencv", :git => "https://github.com/ser1zw/ruby-opencv"' >> Gemfile
  $ bundle install
an error occured because "test/samples/movie_sample.avi" was not managed by git.
So, changed .gitignore and some files to fix this problem.
2011-07-26 21:53:33 +09:00
..
samples fixed an installation problem when using bundler 2011-07-26 21:53:33 +09:00
helper.rb added error handling to some CvMat method 2011-07-12 04:47:46 +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 modified for OpenCV 2.3 2011-07-04 22:16:08 +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_cverror.rb fixed a mistake in test_cverror.rb 2011-07-11 00:48:51 +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 added error handling to some CvMat method (2) 2011-07-13 05:58:59 +09:00
test_cvmat_drawing.rb added type check to some CvMat methods (4) 2011-07-03 17:19:39 +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 added error handling to CvMat methods 2011-07-21 01:33:07 +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 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 added error handling to some methods (2) 2011-07-23 19:51:58 +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 added error handling to some methods (2) 2011-07-23 19:51:58 +09:00