1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00
Commit Graph

30 Commits

Author SHA1 Message Date
Maksim Shabunin
c1f27e9a69 Fixed some mingw-w64 compilation issues 2015-09-10 17:45:03 +03:00
Vadim Pisarevsky
5ec764d8bd Merge pull request #279 from buzziam/master
Fix for Itseez/opencv_contrib/issues/278 - core dump in the case of no match(...) results.
2015-07-01 13:36:40 +03:00
Philipp Hasper
1d7f80b0c5 SurfaceMatching: OpenMP indices
Fixes compiler error: "index variable in OpenMP 'for' statement must have signed integral type"
2015-06-23 13:43:11 +02:00
Aakash Chopra
8e52a098e9 ulong -> size_t 2015-06-22 16:20:35 -05:00
Aakash Chopra
37e73bcb57 Fix for https://github.com/Itseez/opencv_contrib/issues/278 - core dump in the case of no match results.
Modified reported poses by constraining to the number of poses found.
2015-06-22 15:45:58 -05:00
Vadim Pisarevsky
ec2b3ed662 Merge pull request #185 from mshabunin/remove-docs
Removed sphinx documentation
2015-03-16 13:07:31 +03:00
Maksim Shabunin
67a2066c4b Java and python wrappers for contrib modules 2015-02-26 15:46:02 +03:00
Maksim Shabunin
380e6111ec Doc files reorganized 2015-02-17 12:49:37 +03:00
Maksim Shabunin
7d9bbdcaad Remove all sphinx files 2015-02-17 12:49:37 +03:00
Maksim Shabunin
61f36de542 Doxygen tutorials support 2015-02-17 12:49:37 +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
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
499c943601 added information about the patents related to the surface matching algorithm 2015-01-20 17:08:08 +03:00
Beat Küng
3957fd7d6f surface matching: fix memory leak 2014-12-28 12:39:46 +01:00
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +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
Maksim Shabunin
bad3cd2427 Fixed some existing doxygen comments 2014-10-21 16:03:02 +04:00
StevenPuttemans
c20ea8e7e8 adding more clear documentation 2014-10-10 21:17:46 +02:00
Bence Magyar
098d8193e5 Fix documentation title in TOF and some typos 2014-09-25 17:43:02 +02:00
Dmitriy Anisimov
b5b3ecf6f5 fixed warning with hashMurmur 2014-09-06 09:47:53 +04:00
tolgabirdal
80317410c2 hash license added 2014-09-03 10:15:12 +02:00
Bence Magyar
ef9b8a98b2 Update docu sample source 2014-09-03 10:14:39 +02:00
Bence Magyar
a8a4524ddb UNFINISHED: get rid of pointers 2014-09-03 10:14:30 +02:00
Bence Magyar
3f620fd19f Refactored API classes, removed unused params 2014-09-03 10:14:15 +02:00
Bence Magyar
995b696360 Cosmetic changes 2014-09-03 10:14:07 +02:00
Bence Magyar
d1193e31e5 Move header files inside opencv2/surface_matching/, update the rest 2014-09-03 10:13:57 +02:00
Bence Magyar
9401285e12 Unify include guards 2014-09-03 10:13:46 +02:00
Bence Magyar
a392d11d36 cv::Mat -> Mat 2014-09-03 10:13:31 +02:00
Bence Magyar
9d6fc0488b __inline -> inline 2014-09-03 10:13:19 +02:00
Bence Magyar
607f2bfc99 Add surface_matching module. 2014-09-03 10:13:02 +02:00