1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00
Commit Graph

584 Commits

Author SHA1 Message Date
nunombmoutinho@gmail.com
fffb83bea8 Removing warnings. 2015-03-14 16:49:58 +00:00
nunombmoutinho@gmail.com
54f35f93e7 Deleted doc folder. 2015-03-14 16:41:25 +00:00
nunombmoutinho@gmail.com
d20780bd99 Added .bib file to docs. 2015-03-14 16:39:30 +00:00
nunombmoutinho@gmail.com
c052265886 Changed some docs. Removed warnings. 2015-03-14 16:26:15 +00:00
nunombmoutinho@gmail.com
0e1775d6c5 Changed doc file. 2015-03-14 16:16:13 +00:00
nunombmoutinho@gmail.com
a50aff1619 Added example images to the doc. 2015-03-14 16:08:21 +00:00
nunombmoutinho@gmail.com
e710bdfbea Created a Plot module that allows you to easily plot data from a Mat. 2015-03-14 15:55:03 +00:00
berak
b07c6d71a4 fix missing delete[] calls in or_mnist.cpp 2015-03-04 10:12:15 +01:00
Maksim Shabunin
67a2066c4b Java and python wrappers for contrib modules 2015-02-26 15:46:02 +03:00
Vadim Pisarevsky
23314751aa Merge pull request #169 from mshabunin/remove-algorithm-factory
Remove algorithm factory
2015-02-20 10:15:54 +03:00
Maksim Shabunin
34131405df Removed some methods from cv::Algorithm and changed ml module interfaces 2015-02-17 11:45:57 +03:00
Maksim Shabunin
2b74ca6f12 Added opencv_contrib_world module and fixed some compilation warnings on iOS 2015-02-10 18:27:52 +03:00
Vadim Pisarevsky
312c8fa7e1 Merge pull request #133 from StevenPuttemans/master
updating github documentation structure
2015-01-22 12:54:30 +03:00
Maksim Shabunin
63a8a60bdb Fixed cvv module build
- updated header inclusions
- added export instruction to public methods
- fixed some small problems
2015-01-21 16:50:44 +03:00
Vadim Pisarevsky
219fbc0003 Merge pull request #161 from vpisarev/surface_matching_credits
added information about the patents related to the surface matching algorithm
2015-01-20 22:02:01 +03:00
Vadim Pisarevsky
5e427d223f Merge pull request #147 from mshabunin/ios-extra-world
Disable some modules for iOS framework world build
2015-01-20 18:38:54 +03:00
Vadim Pisarevsky
c13ee0370c Merge pull request #150 from bkueng/fix_memory_leak
fix memory leak in surface matching module
2015-01-20 18:26:53 +03:00
Vadim Pisarevsky
b67896df4f Merge pull request #151 from rokm/matlab-fix
Fixes required to compile MATLAB bindings
2015-01-20 18:26:34 +03:00
Vadim Pisarevsky
499c943601 added information about the patents related to the surface matching algorithm 2015-01-20 17:08:08 +03:00
Vadim Pisarevsky
c6ea683b86 Merge pull request #155 from nisargthakkar/Bug4074
Fix for Bug 4074. Both conditions of if are same
2015-01-15 15:02:29 +03:00
Jay Bosamiya
e2253ea471 Fix typo 2015-01-13 18:19:47 +05:30
Jay Bosamiya
58f2dc3b4c Fix typo 2015-01-13 18:19:08 +05:30
Nisarg Thakkar
c21fd589db Fix for Bug 4074. Both conditions of if are same 2015-01-08 12:24:19 +05:30
StevenPuttemans
b5b7a7a700 Merge branch 'master' of https://github.com/Itseez/opencv_contrib 2015-01-06 11:04:14 +01:00
Rok Mandeljc
63008ba79d matlab/bridge.hpp: added missing definitions for Ptr_Stitcher 2014-12-28 20:16:08 +01:00
Rok Mandeljc
6ca0aa4784 matlab/CMakeLists.txt: add CMAKE_BINARY_DIR to MEX_INCLUDE_DIRS
Otherwise we cannot find opencv2/opencv_modules.hpp, which is
located directly inside the CMAKE_BINARY_DIR.
2014-12-28 20:15:18 +01:00
Beat Küng
3957fd7d6f surface matching: fix memory leak 2014-12-28 12:39:46 +01:00
Kirill Kornyakov
ac5ffe3128 Merge pull request #109 from lenlen/tld_test_and_doc_update
Tracking API doc update and test-perftest TLD tracker
2014-12-16 12:25:53 +03:00
StevenPuttemans
3e5d3f7baf Merge branch 'master' of https://github.com/Itseez/opencv_contrib 2014-12-10 13:50:08 +01:00
Maksim Shabunin
f52ba671dc Disable some modules for iOS framework world build 2014-12-08 14:37:06 +03:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
StevenPuttemans
0d88f483e0 updating github documentation structure 2014-11-26 10:45:56 +01:00
Yan Wang
e38d6c2014 Fix debug build broken issue.
Fix the following error:
/usr/bin/ld: ../../lib/libopencv_ts.a(ts_gtest.cpp.o): relocation
R_X86_64_32 against `.rodata' can not be used when making a shared object;
recompile with -fPIC
../../lib/libopencv_ts.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lib/cv2.so] Error 1
make[1]: *** [modules/python2/CMakeFiles/opencv_python2.dir/all] Error 2
make: *** [all] Error 2
2014-11-17 17:44:58 +08:00
Dmitriy Anisimov
f04f191111 minor update of ar_hmdb code 2014-11-15 13:43:59 +03:00
Dmitriy Anisimov
3929e23878 updated adience loader 2014-11-15 09:08:52 +03:00
Dinar Ahmatnurov
df2f650bba latentsvm caskade
reworked PR 3

comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.

renaming + docs;
2014-11-10 22:30:42 +03:00
Vadim Pisarevsky
08699f115e Merge pull request #106 from mtamburrano/adas_fix
adas fix
2014-11-07 18:18:46 +03:00
Vadim Pisarevsky
2ce3606e28 Merge pull request #108 from ludv1x/master
Adaptive manifold filter improvements
2014-11-07 18:17:27 +03:00
Vadim Pisarevsky
38bdd6f3f4 Merge pull request #110 from StevenPuttemans/fix_contrib_README
adding more clear documentation
2014-11-07 18:16:45 +03:00
Michele Adduci
e29cfabdb3 Adjusted test cases for SURF_CUDA, using new APIs 2014-11-05 10:46:06 +01:00
Vadim Pisarevsky
a9f4e2f46a Merge pull request #117 from avdmitry/datasets_enh
datasets module: enhancements
2014-10-31 13:42:48 +03:00
Dmitriy Anisimov
b9daaf1426 minor changes 2014-10-30 14:34:26 +03:00
Dmitriy Anisimov
7af368f7bd updated documentation 2014-10-30 13:12:35 +03:00
Dmitriy Anisimov
38168334f6 added first version of hpe_humaneva dataset loader 2014-10-30 13:12:18 +03:00
Dmitriy Anisimov
44f47427df updated or_imagenet dataset loader 2014-10-22 16:16:54 +04:00
Maksim Shabunin
bad3cd2427 Fixed some existing doxygen comments 2014-10-21 16:03:02 +04:00
manuele
7f97464cc3 logtopolar 2014-10-21 12:33:40 +02:00
Dmitriy Anisimov
3be484f12b added tr_svt benchmark 2014-10-21 13:21:35 +04:00
Dmitriy Anisimov
c5bc6e82ea added fr_adience dataset loader 2014-10-21 12:49:46 +04:00
Vadim Pisarevsky
c12f5c0850 Merge pull request #115 from mshabunin/java_automation
Java wrappers for bioinspired module
2014-10-19 23:53:35 -07:00