1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/ext
2011-03-20 23:29:27 +09:00
..
curve.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
curve.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvavgcomp.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvavgcomp.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvbox2d.cpp implemented setters and constructor of CvBox2D, and added some tests for them 2011-01-10 04:43:04 +09:00
cvbox2d.h implemented setters and constructor of CvBox2D, and added some tests for them 2011-01-10 04:43:04 +09:00
cvcapture.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvcapture.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvchain.cpp tested and modified CvChain 2011-02-16 01:36:46 +09:00
cvchain.h tested and modified CvChain 2011-02-16 01:36:46 +09:00
cvchaincode.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvchaincode.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvcircle32f.cpp tested CvCircle32f and CvMat#hough_circle_gradient 2011-03-20 22:53:56 +09:00
cvcircle32f.h tested CvCircle32f and CvMat#hough_circle_gradient 2011-03-20 22:53:56 +09:00
cvcondensation.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvcondensation.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvconnectedcomp.cpp modified and tested CvConnectedComp 2011-02-22 22:33:25 +09:00
cvconnectedcomp.h modified and tested CvConnectedComp 2011-02-22 22:33:25 +09:00
cvcontour.cpp implemented CvContour#point_polygon_test, and tested functions of CvContour 2011-02-15 04:05:26 +09:00
cvcontour.h implemented CvContour#point_polygon_test, and tested functions of CvContour 2011-02-15 04:05:26 +09:00
cvcontourtree.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvcontourtree.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvconvexitydefect.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvconvexitydefect.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cverror.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cverror.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvfont.cpp fixed a bug of CvFont (about italic font setting), added CvFont#italic and its tests 2011-01-11 03:17:38 +09:00
cvfont.h fixed a bug of CvFont (about italic font setting), added CvFont#italic and its tests 2011-01-11 03:17:38 +09:00
cvhaarclassifiercascade.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvhaarclassifiercascade.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvhistogram.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvhistogram.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvhumoments.cpp implemented and tested CvHuMoments 2011-03-06 22:58:34 +09:00
cvhumoments.h implemented and tested CvHuMoments 2011-03-06 22:58:34 +09:00
cvindex.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvindex.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvline.cpp implemented CvLine#[] and tested CvLine 2011-03-19 18:56:16 +09:00
cvline.h implemented CvLine#[] and tested CvLine 2011-03-19 18:56:16 +09:00
cvmat.cpp fixed cvmat.cpp to suppress warnings 2011-03-20 23:29:27 +09:00
cvmat.h implemented and tested CvMat#hough_circles 2011-03-20 23:13:38 +09:00
cvmatnd.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvmatnd.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvmemstorage.cpp modified CvMemStorage 2011-02-16 00:21:04 +09:00
cvmemstorage.h modified CvMemStorage 2011-02-16 00:21:04 +09:00
cvmoments.cpp modified CvMoments#hu to return CvHuMoments 2011-03-06 23:07:05 +09:00
cvmoments.h implemented accessors of CvMoments, tested CvMoments 2011-03-06 03:45:45 +09:00
cvpoint.cpp 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
cvpoint.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvpoint2d32f.cpp modified comments and styles 2011-02-14 16:58:58 +09:00
cvpoint2d32f.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvpoint3d32f.cpp 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
cvpoint3d32f.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvrect.cpp 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
cvrect.h 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
cvscalar.cpp 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
cvscalar.h fixed VALUE_TO_CVSCALAR in cvscalar.h to allow double values 2011-01-01 17:32:38 +09:00
cvseq.cpp modified CvSeq 2011-02-14 16:30:42 +09:00
cvseq.h modified CvSeq to include Enumerable 2011-02-07 00:24:59 +09:00
cvset.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvset.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvsize.cpp 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
cvsize.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvsize2d32f.cpp 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
cvsize2d32f.h implemented CvSize2D32f#to_s, CvSize2D32f#to_ary, and added some tests for CvSize and CvSize2D32f 2011-01-09 19:21:30 +09:00
cvslice.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvslice.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvsparsemat.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvsparsemat.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
cvtermcriteria.cpp modified and tested CvTermCriteria 2011-02-26 14:54:50 +09:00
cvtermcriteria.h modified and tested CvTermCriteria 2011-02-26 14:54:50 +09:00
cvtwopoints.cpp implemented CvTwoPoints#[] and tested CvTwoPoints 2011-03-19 20:55:04 +09:00
cvtwopoints.h implemented CvTwoPoints#[] and tested CvTwoPoints 2011-03-19 20:55:04 +09:00
cvvideowriter.cpp Ruby 1.9.x fixes 2010-12-30 03:39:15 +09:00
cvvideowriter.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
extconf.rb OpenCV 2.2 fixes 2010-12-30 04:32:34 +09:00
gui.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
gui.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
iplconvkernel.cpp added structuring element shape constants for IplConvKernel 2011-01-29 18:04:32 +09:00
iplconvkernel.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
iplimage.cpp added constants for IplImage.load, and tested IplImage 2011-01-14 02:42:29 +09:00
iplimage.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
mouseevent.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
mouseevent.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
opencv.cpp implemented and tested CvMat#hough_circles 2011-03-20 23:13:38 +09:00
opencv.h implemented and tested CvHuMoments 2011-03-06 22:58:34 +09:00
point3dset.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
point3dset.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
pointset.cpp Ruby 1.9.x fixes 2010-12-30 03:39:15 +09:00
pointset.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
trackbar.cpp Ruby 1.9.x fixes 2010-12-30 03:39:15 +09:00
trackbar.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
window.cpp Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00
window.h Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00