1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
Commit graph

330 commits

Author SHA1 Message Date
ser1zw
197d5b92fd add CvMat#norm 2015-01-02 03:12:52 +09:00
ser1zw
32ff552078 fix segfault of CvHistogram#calc_hist with an empty array 2015-01-02 02:25:12 +09:00
ser1zw
884da95685 change CvSeq's constructor parameter to Fixnum flags to allow CV_SEQ_KIND_* flags 2014-08-10 07:20:27 +09:00
Lilibeth De La Cruz
00f0c31b05 Add details to morphology method documentation 2014-06-27 00:24:04 -04:00
Lilibeth De La Cruz
b02d1ba8aa Fix typo in morphology method documentation 2014-06-27 00:19:01 -04:00
Edgar Gonzalez
ef4eb78d26 Fix documentation generation for equalize_hist. 2014-05-05 03:26:20 -04:00
ser1zw
1f31343d36 refactoring 2014-03-29 20:31:10 +09:00
ser1zw
5931644656 bugfix 2014-03-29 20:29:53 +09:00
ser1zw
7378e57cab fix and 2014-03-29 17:12:01 +09:00
ser1zw
b851cd07a5 Merge branch 'develop' into fix/issues-33_opencv_gpulib_not_found
Conflicts:
	ext/opencv/extconf.rb
2014-03-29 16:59:03 +09:00
ser1zw
23c714fe62 add compiler option to use C++ exception in mswin32 2014-02-11 01:43:25 +09:00
ser1zw
30709a1db0 fix for mswin32 2014-02-11 01:15:11 +09:00
ser1zw
4433b47190 fix 2014-02-09 19:40:59 +09:00
ser1zw
efc919fe4c add some create window options 2014-01-18 20:53:59 +09:00
ser1zw
3a08bc621e remove some unsupported codes 2014-01-18 20:40:49 +09:00
ser1zw
b0ed2a41b0 fix document 2014-01-18 19:50:02 +09:00
ser1zw
3ca5e4dca9 update some document for GUI 2014-01-18 19:46:59 +09:00
ser1zw
c80c44eeb9 fix typo 2014-01-18 19:09:11 +09:00
ser1zw
bd362275e7 small fix 2014-01-18 19:08:13 +09:00
ser1zw
d9a11baba4 update document 2014-01-18 18:55:12 +09:00
ser1zw
b52b6b2e76 add CvMat#smooth document 2014-01-18 18:44:21 +09:00
ser1zw
bd9af2dbe1 fix some documents 2014-01-15 00:35:20 +09:00
ser1zw
26086ab9b4 update for generating documents 2014-01-14 18:15:44 +09:00
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
ser1zw
6570342559 fix cast error 2014-01-13 19:10:53 +09:00
ser1zw
b9ad077ae3 fix issue 2014-01-11 22:48:46 +09:00
ser1zw
6709ecb425 Merge branch 'develop' into fix/issues-33_opencv_gpulib_not_found 2013-12-08 16:46:40 +09:00
ser1zw
6991e2b6e4 fix uncaught exception in CvMat#match_descriptors on OSX Mavericks 2013-12-07 22:34:08 +09:00
Aaron Patterson
0bd0f342c4 add a wrapper around getPerspectiveTransform 2013-12-03 14:24:31 -08:00
ser1zw
1b199b3580 Merge branch 'feature/add_FaceRecognizer' into develop 2013-10-31 03:28:19 +09:00
ser1zw
61d54cb3f0 update FaceRecognizer#predict to return both label and confidence 2013-10-31 03:14:40 +09:00
Tyler Kahn
0a3295cf32 add variation of predict that also returns the confidence 2013-10-16 14:09:57 -04:00
ser1zw
39f851f7fd fix issue 2013-10-13 02:08:51 +09:00
ser1zw
0d205cf4e6 change arguments of CvMat#reshape 2013-10-07 01:50:31 +09:00
ser1zw
28393d6af2 fix type check bug of Algorithm 2013-10-06 06:25:14 +09:00
ser1zw
d08851893a add LBPH face recognizer 2013-10-06 05:49:20 +09:00
ser1zw
cf9b314b92 fix GC guard functions for FaceRecognition 2013-10-06 04:44:23 +09:00
ser1zw
5626b55cc5 add FisherFaces 2013-10-06 02:11:22 +09:00
ser1zw
7da8b403fc add CvMat#subspace_project and CvMat#subspace_reconstruct 2013-10-06 00:29:38 +09:00
ser1zw
5c811bda74 fix CvMat#apply_color_map for invalid parameter 2013-10-05 20:07:05 +09:00
ser1zw
7f5816fe96 modify CvMat#normalize to use depth type parameter 2013-10-05 20:00:33 +09:00
ser1zw
59c4677166 add some constants of CvMat depth 2013-10-05 18:36:25 +09:00
ser1zw
8e1549ddb7 add CvMat#apply_color_map 2013-10-05 18:35:50 +09:00
ser1zw
014f121a22 Merge branch 'develop' into feature/add_FaceRecognizer
Conflicts:
	ruby-opencv.gemspec
2013-09-30 02:49:26 +09:00
ser1zw
688db69c2d update OpenCV version 2013-08-03 01:24:56 +09:00
ser1zw
282b0594b2 fix issue 2013-07-19 23:24:05 +09:00
ser1zw
bcd9e29b08 Merge branch 'develop' into feature/add_FaceRecognizer 2013-07-07 06:10:22 +09:00
ser1zw
2e63bbd856 add Algorithm class and modify FaceRecognizer to inherit it 2013-07-07 06:06:13 +09:00
ser1zw
fe08ed5506 fix issue 2013-06-29 05:02:31 +09:00
ser1zw
fc4af015f4 fix comment 2013-06-23 20:04:55 +09:00