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/opencv
2011-08-01 03:33:09 +09:00
..
lib
curve.cpp added error handling to Curve methods 2011-07-21 23:14:12 +09:00
curve.h
cvavgcomp.cpp
cvavgcomp.h
cvbox2d.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvbox2d.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvcapture.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvcapture.h added error handling to some methods 2011-07-22 00:47:54 +09:00
cvchain.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvchain.h
cvcircle32f.cpp
cvcircle32f.h
cvcondensation.cpp
cvcondensation.h
cvconnectedcomp.cpp added a constructor for CvConnectedComp, and modified it's test 2011-05-15 03:30:11 +09:00
cvconnectedcomp.h added a constructor for CvConnectedComp, and modified it's test 2011-05-15 03:30:11 +09:00
cvcontour.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvcontour.h
cvcontourtree.cpp tested and fixed CvContourTree 2011-07-31 00:37:45 +09:00
cvcontourtree.h tested and fixed CvContourTree 2011-07-31 00:37:45 +09:00
cvconvexitydefect.cpp
cvconvexitydefect.h
cverror.cpp renamee cCvError::raise_cverror to cCvError::raise, and added raise_cverror to cvutils.h (shortcut macro of cCvError::raise) 2011-07-12 02:30:10 +09:00
cverror.h renamee cCvError::raise_cverror to cCvError::raise, and added raise_cverror to cvutils.h (shortcut macro of cCvError::raise) 2011-07-12 02:30:10 +09:00
cvfont.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvfont.h added type check to some CvMat methods (4) 2011-07-03 17:19:39 +09:00
cvhaarclassifiercascade.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvhaarclassifiercascade.h added error handling to some methods 2011-07-22 00:47:54 +09:00
cvhistogram.cpp
cvhistogram.h
cvhumoments.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvhumoments.h
cvline.cpp
cvline.h
cvmat.cpp changed argument format of cCvMat::rb_range, cCvMat::rb_range_bang 2011-07-21 20:33:06 +09:00
cvmat.h changed argument format of cCvMat::rb_range, cCvMat::rb_range_bang 2011-07-21 20:33:06 +09:00
cvmatnd.cpp
cvmatnd.h
cvmemstorage.cpp
cvmemstorage.h tested and fixed PointSet 2011-08-01 03:33:09 +09:00
cvmoments.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvmoments.h added error handling to some methods 2011-07-22 00:47:54 +09:00
cvpoint.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvpoint.h added error handling to some methods 2011-07-22 00:47:54 +09:00
cvpoint2d32f.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvpoint2d32f.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvpoint3d32f.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvpoint3d32f.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvrect.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvrect.h added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvscalar.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvscalar.h modified VALUE_TO_CVSCALAR to reduce redundant rb_intern calls 2011-07-09 11:35:30 +09:00
cvseq.cpp tested and fixed PointSet 2011-08-01 03:33:09 +09:00
cvseq.h added type check to some CvMat methods (8) 2011-07-08 00:15:07 +09:00
cvset.cpp
cvset.h
cvsize.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvsize.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvsize2d32f.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvsize2d32f.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvslice.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvslice.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvsparsemat.cpp
cvsparsemat.h
cvsurfparams.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvsurfparams.h added type check to some CvMat methods (8) 2011-07-08 00:15:07 +09:00
cvsurfpoint.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvsurfpoint.h implemented CvSURFPoint 2011-06-19 06:13:26 +09:00
cvtermcriteria.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvtermcriteria.h added raise_typeerror, raise_compatible_typeerror 2011-07-03 14:16:38 +09:00
cvtwopoints.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvtwopoints.h added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvutils.cpp renamee cCvError::raise_cverror to cCvError::raise, and added raise_cverror to cvutils.h (shortcut macro of cCvError::raise) 2011-07-12 02:30:10 +09:00
cvutils.h renamee cCvError::raise_cverror to cCvError::raise, and added raise_cverror to cvutils.h (shortcut macro of cCvError::raise) 2011-07-12 02:30:10 +09:00
cvvideowriter.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvvideowriter.h added CvVideoWriter (not fully tested) 2011-06-11 02:46:52 +09:00
gui.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
gui.h modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
iplconvkernel.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
iplconvkernel.h added type check to some CvMat methods (6) 2011-07-03 19:49:22 +09:00
iplimage.cpp added error handling to IplImage methods 2011-07-21 23:06:40 +09:00
iplimage.h added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
mouseevent.cpp modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
mouseevent.h modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
opencv.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
opencv.h added type check to some CvMat methods (8) 2011-07-08 00:15:07 +09:00
point3dset.cpp
point3dset.h
pointset.cpp tested and fixed PointSet 2011-08-01 03:33:09 +09:00
pointset.h tested and fixed PointSet 2011-08-01 03:33:09 +09:00
trackbar.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
trackbar.h modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00
window.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
window.h modified to use GUI functions (except for Window#set_trackbar) without ffcall 2011-05-07 06:59:46 +09:00