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
ser1zw c88feb2c8e Merge branch 'develop' into documentation
Conflicts:
	.gitignore
	ext/opencv/cvmat.cpp
	ext/opencv/opencv.cpp
2014-01-14 17:45:45 +09:00
..
algorithm.cpp fix type check bug of Algorithm 2013-10-06 06:25:14 +09:00
algorithm.h add Algorithm class and modify FaceRecognizer to inherit it 2013-07-07 06:06:13 +09:00
curve.cpp fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
curve.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvavgcomp.cpp fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvavgcomp.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvbox2d.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvbox2d.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvcapture.cpp Merge branch 'develop' into documentation 2014-01-14 17:45:45 +09:00
cvcapture.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvchain.cpp Merge branch 'master' into documentation 2013-01-20 05:33:11 +09:00
cvchain.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvcircle32f.cpp fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvcircle32f.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvcondensation.cpp replace INT2FIX to INT2NUM in CvConDensation 2012-05-01 00:20:52 +09:00
cvcondensation.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
cvconnectedcomp.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvconnectedcomp.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvcontour.cpp Merge branch 'master' into documentation 2013-01-20 05:33:11 +09:00
cvcontour.h fix some codes for YARD 0.8 2012-05-31 02:38:41 +09:00
cvcontourtree.cpp fix for YARD 0.8 (experimental) 2012-05-09 02:17:18 +09:00
cvcontourtree.h fix for YARD 0.8 (experimental) 2012-05-09 02:17:18 +09:00
cvconvexitydefect.cpp add documents of CvConvexityDefect 2012-05-31 02:58:54 +09:00
cvconvexitydefect.h add documents of CvConvexityDefect 2012-05-31 02:58:54 +09:00
cverror.cpp add documents of CvError 2012-08-05 00:46:23 +09:00
cverror.h add documents of CvError 2012-08-05 00:46:23 +09:00
cvfeaturetree.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvfeaturetree.h add documents of CvFeatureTree 2012-08-05 00:38:46 +09:00
cvfont.cpp Merge branch 'master' into documentation 2013-01-20 05:33:11 +09:00
cvfont.h Merge branch 'master' into documentation 2013-01-20 05:33:11 +09:00
cvhaarclassifiercascade.cpp Merge branch 'master' into documentation 2013-01-20 05:33:11 +09:00
cvhaarclassifiercascade.h add documents of CvHaarClassifierCascade 2012-08-05 01:45:20 +09:00
cvhistogram.cpp Merge branch 'master' into documentation 2013-01-18 04:06:33 +09:00
cvhistogram.h add documents of CvHistogram 2012-08-05 23:15:47 +09:00
cvhumoments.cpp add documents of CvHuMoments 2012-08-21 00:37:28 +09:00
cvhumoments.h add documents of CvHuMoments 2012-08-21 00:37:28 +09:00
cvline.cpp add documents of CvLine 2012-08-21 01:07:53 +09:00
cvline.h add documents of CvLine 2012-08-21 01:07:53 +09:00
cvmat.cpp Merge branch 'develop' into documentation 2014-01-14 17:45:45 +09:00
cvmat.h Merge branch 'develop' into documentation 2014-01-14 17:45:45 +09:00
cvmatnd.cpp Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvmatnd.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
cvmemstorage.cpp added error handlings to some functions 2011-08-12 15:59:58 +09:00
cvmemstorage.h fixed double free bug of sequences 2011-08-04 03:09:30 +09:00
cvmoments.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvmoments.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
cvpoint.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvpoint.h fix for Windows 2011-12-27 23:47:08 +09:00
cvpoint2d32f.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvpoint2d32f.h fix for Windows 2011-12-27 23:47:08 +09:00
cvpoint3d32f.cpp Merge branch 'master' into documentation 2013-01-18 04:06:33 +09:00
cvpoint3d32f.h fix for Windows 2011-12-27 23:47:08 +09:00
cvrect.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvrect.h fix for Windows 2011-12-27 23:47:08 +09:00
cvscalar.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvscalar.h fix for Windows 2011-12-27 23:47:08 +09:00
cvseq.cpp Merge branch 'master' into documentation 2012-10-28 13:52:15 +09:00
cvseq.h fix CvContour for enabling to call CvSeq's methods 2012-08-20 18:06:22 +09:00
cvsize.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvsize.h fix for Windows 2011-12-27 23:47:08 +09:00
cvsize2d32f.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvsize2d32f.h fix for Windows 2011-12-27 23:47:08 +09:00
cvslice.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvslice.h fix for Windows 2011-12-27 23:47:08 +09:00
cvsparsemat.cpp Added gemspec to be able to bundle install from git. 2011-04-14 12:26:41 -07:00
cvsparsemat.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
cvsurfparams.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvsurfparams.h added type check to some CvMat methods (8) 2011-07-08 00:15:07 +09:00
cvsurfpoint.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvsurfpoint.h implemented CvSURFPoint 2011-06-19 06:13:26 +09:00
cvtermcriteria.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvtermcriteria.h uniformed code format 2011-08-12 02:26:54 +09:00
cvtwopoints.cpp removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
cvtwopoints.h added error handling to some methods (2) 2011-07-23 19:51:58 +09:00
cvutils.cpp fix issue #22 2013-04-30 09:10:05 +09:00
cvutils.h fix issue #22 2013-04-30 09:10:05 +09:00
cvvideowriter.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
cvvideowriter.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
eigenfaces.cpp fix GC guard functions for FaceRecognition 2013-10-06 04:44:23 +09:00
eigenfaces.h fix GC guard functions for FaceRecognition 2013-10-06 04:44:23 +09:00
extconf.rb fix for mswin32 2013-03-25 02:32:41 +09:00
facerecognizer.cpp fix cast error 2014-01-13 19:10:53 +09:00
facerecognizer.h fix cast error 2014-01-13 19:10:53 +09:00
fisherfaces.cpp add FisherFaces 2013-10-06 02:11:22 +09:00
fisherfaces.h fix GC guard functions for FaceRecognition 2013-10-06 04:44:23 +09:00
gui.cpp uniformed code format 2011-08-12 02:26:54 +09:00
gui.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
iplconvkernel.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
iplconvkernel.h removed some unused codes, and uniformed code format 2011-08-12 03:04:22 +09:00
iplimage.cpp Merge branch 'master' into documentation 2013-01-20 05:33:11 +09:00
iplimage.h move pyr_segmentation to IplImage 2013-01-20 02:53:24 +09:00
lbph.cpp add LBPH face recognizer 2013-10-06 05:49:20 +09:00
lbph.h add LBPH face recognizer 2013-10-06 05:49:20 +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 Merge branch 'develop' into documentation 2014-01-14 17:45:45 +09:00
opencv.h add LBPH face recognizer 2013-10-06 05:49:20 +09:00
pointset.cpp remove some unused variables 2013-01-18 04:04:20 +09:00
pointset.h remove some incomplete functions 2012-11-15 23:00:01 +09:00
trackbar.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
trackbar.h fix a memory leak of GUI::Trackbar 2012-02-05 19:08:46 +09:00
window.cpp change descriptions of some constructor methods 2012-08-21 01:34:07 +09:00
window.h fix multiple windows operation bug 2012-02-05 05:59:10 +09:00