| .. |
|
lib
|
moved version.rb to ext/opencv/lib/opencv/
|
2011-05-04 02:14:33 +09:00 |
|
curve.cpp
|
added error handling to Curve methods
|
2011-07-21 23:14:12 +09:00 |
|
curve.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07: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
|
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
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07: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
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
cvcondensation.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
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
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07: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
|
added error handling to some methods
|
2011-07-22 00:47:54 +09:00 |
|
cvhistogram.cpp
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
cvhistogram.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07: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
|
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
|
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
|
implemented rb_cvCreateMemStorage and replaced cvCreateMemStorage with rb_cvCreateMemStorage to create CvMemStorage as much as possible
|
2011-04-28 00:36:34 +09:00 |
|
cvmemstorage.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07: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
|
added error handling to some methods (2)
|
2011-07-23 19:51:58 +09:00 |
|
cvseq.h
|
added type check to some CvMat methods (8)
|
2011-07-08 00:15:07 +09:00 |
|
cvset.cpp
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
cvset.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
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
|
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
|
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
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
point3dset.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07:00 |
|
pointset.cpp
|
added type check to some CvMat methods (8)
|
2011-07-08 00:15:07 +09:00 |
|
pointset.h
|
Added gemspec to be able to bundle install from git.
|
2011-04-14 12:26:41 -07: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 |