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-12 02:26:54 +09:00
..
lib moved version.rb to ext/opencv/lib/opencv/ 2011-05-04 02:14:33 +09:00
curve.cpp uniformed code format 2011-08-12 02:26:54 +09:00
curve.h uniformed code format 2011-08-12 02:26:54 +09:00
cvavgcomp.cpp Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvavgcomp.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvbox2d.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvbox2d.h uniformed code format 2011-08-12 02:26:54 +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 fixed double free bug of sequences 2011-08-04 03:09:30 +09:00
cvchain.h fixed double free bug of sequences 2011-08-04 03:09:30 +09:00
cvcircle32f.cpp Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvcircle32f.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvcondensation.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvcondensation.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvconnectedcomp.cpp fixed double free bug of sequences 2011-08-04 03:09:30 +09:00
cvconnectedcomp.h added a constructor for CvConnectedComp, and modified it's test 2011-05-15 03:30:11 +09:00
cvcontour.cpp changed some functions' name 2011-08-12 00:53:48 +09:00
cvcontour.h fixed double free bug of sequences 2011-08-04 03:09:30 +09:00
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 Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvconvexitydefect.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
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 uniformed code format 2011-08-12 02:26:54 +09:00
cvhistogram.cpp added error handling to CvHistgram 2011-08-03 22:44:49 +09:00
cvhistogram.h added error handling to CvHistgram 2011-08-03 22:44:49 +09:00
cvhumoments.cpp added error handling to some methods 2011-07-22 00:47:54 +09:00
cvhumoments.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvline.cpp Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvline.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvmat.cpp uniformed code format 2011-08-12 02:26:54 +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 Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvmatnd.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvmemstorage.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvmemstorage.h fixed double free bug of sequences 2011-08-04 03:09:30 +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 uniformed code format 2011-08-12 02:26:54 +09:00
cvpoint2d32f.h uniformed code format 2011-08-12 02:26:54 +09:00
cvpoint3d32f.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvpoint3d32f.h uniformed code format 2011-08-12 02:26:54 +09:00
cvrect.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvrect.h uniformed code format 2011-08-12 02:26:54 +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 uniformed code format 2011-08-12 02:26:54 +09:00
cvseq.h fixed double free bug of sequences 2011-08-04 03:09:30 +09:00
cvset.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvset.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvsize.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvsize.h uniformed code format 2011-08-12 02:26:54 +09:00
cvsize2d32f.cpp uniformed code format 2011-08-12 02:26:54 +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 Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvsparsemat.h Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvsurfparams.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvsurfparams.h added type check to some CvMat methods (8) 2011-07-08 00:15:07 +09:00
cvsurfpoint.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvsurfpoint.h implemented CvSURFPoint 2011-06-19 06:13:26 +09:00
cvtermcriteria.cpp uniformed code format 2011-08-12 02:26:54 +09:00
cvtermcriteria.h uniformed code format 2011-08-12 02:26:54 +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 uniformed code format 2011-08-12 02:26:54 +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 uniformed code format 2011-08-12 02:26:54 +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 uniformed code format 2011-08-12 02:26:54 +09:00
opencv.cpp removed Point3DSet 2011-08-12 01:31:11 +09:00
opencv.h removed Point3DSet 2011-08-12 01:31:11 +09:00
pointset.cpp uniformed code format 2011-08-12 02:26:54 +09:00
pointset.h uniformed code format 2011-08-12 02:26:54 +09:00
trackbar.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
trackbar.h uniformed code format 2011-08-12 02:26:54 +09:00
window.cpp added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
window.h uniformed code format 2011-08-12 02:26:54 +09:00