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

96 Commits

Author SHA1 Message Date
Maksim Shabunin
94e777ba45 Trying to fix some tests 2015-09-08 16:16:37 +03:00
Maksim Shabunin
fb8d27c987 perf_line_descriptor 2015-08-20 15:12:08 +03:00
Maksim Shabunin
ba49cfabff Testing line_descriptor, reg, rgbd 2015-08-20 12:19:13 +03:00
Alexander Stohr
70a2b23a6d use better condition for checking if compiler supports round() 2015-07-22 14:45:54 +02:00
Alexander Stohr
024d8486a4 fix suffix that was in-compatible with MSVC 2012 (VC 11) 2015-07-22 11:42:39 +02:00
Alexander Stohr
8e24552f6c make sources compile again on MSVC 2012 (VC 11) by adding round() 2015-07-22 11:34:43 +02:00
Alex Tomala
6219b5dfba Fixed bug in LSDDetector where mask doesn't remove all undesired lines 2015-07-11 15:16:27 -04:00
Vadim Pisarevsky
5f4cda5053 Merge pull request #136 from Dikay900/fix_line_descriptor_module
line_descriptor module fix vs2013 build
2015-04-03 15:09:20 +03:00
Vadim Pisarevsky
f5e5a6b206 Merge pull request #138 from Dikay900/fix_samples_with_incorrect_private_include
[fix issue #3996] delete private.hpp include in sample code
2015-04-03 14:20:47 +03:00
Dikay900
361dff4ee4 fix already defined macro variable 2015-03-24 21:39:39 +01:00
Dikay900
9bc8514fd9 fix issue for visual studio versions which arent standarized for the c99
standard
2015-03-24 21:39:12 +01:00
Dikay900
8f9dd88c32 delete private.hpp include in sample code and corresponding documentation 2015-03-24 21:35:53 +01: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
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
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
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
Maksim Shabunin
a20c5c8dd9 Doxygen documentation for all modules 2014-12-01 15:54:42 +03:00
Shuda Li
2eddf48dd2 comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library. 2014-11-08 19:42:50 +00:00
StevenPuttemans
c20ea8e7e8 adding more clear documentation 2014-10-10 21:17:46 +02:00
Vadim Pisarevsky
4114d068b2 Merge pull request #95 from berak/line_descriptor_fix_delete
fix mismatched delete[] calls in line_descriptor.cpp
2014-09-19 13:54:33 +04:00
berak
70e9ee6292 fix mismatched delete[] calls in line_descriptor.cpp 2014-09-18 17:57:28 +02:00
Vadim Pisarevsky
a5f4cdbcdd another fix in line descriptor module for Win32 MSVC 2014-09-18 14:29:48 +04:00
Vadim Pisarevsky
db1667ed6c fixed the hamming distance function not to use 64-bit pop count. This should fix compile errors on Windows 2014-09-18 13:37:23 +04:00
Maksim Shabunin
f63324ac39 Fixed line_descriptor android build 2014-09-09 12:20:42 +04:00
biagio montesano
b0cb1c0d82 Corrected possible loss of precision 2014-09-06 11:12:50 +02:00
biagio montesano
b83bff0c8f Removed optim dependence 2014-09-05 21:12:52 +02:00
biagio montesano
c28417c8ff Array32 class removal. 2014-08-26 18:46:46 +02:00
biagio montesano
9a52f4626b Created nested classes. Removed some useless headers. 2014-08-21 17:43:25 +02:00
biagio montesano
e39065bf77 Created nested namespace. Modified interface classes. 2014-08-20 19:16:12 +02:00
biagio montesano
927619973b Added perf and accuracy tests 2014-08-17 18:06:23 +02:00
biagio montesano
30ed727767 Added LSD sample. Removed python macros. 2014-08-12 16:17:24 +02:00
biagio montesano
4c0d7579ad Added descriptors' test 2014-08-11 12:30:48 +02:00
biagio montesano
15ba3898c4 Corrected some cast warnings 2014-08-10 13:30:51 +02:00
biagio montesano
a43a29ca3a Removed wrong header 2014-08-10 13:04:59 +02:00
biagio montesano
9e47cb7d6f Added window's pragma warning 2014-08-10 12:43:36 +02:00
biagio montesano
f37f2c0fad Corrected windows warning 2014-08-10 11:38:37 +02:00
biagio montesano
1c246d476b Detection test, smoothed removal, setter modified, samples corrected 2014-08-09 18:34:40 +02:00
biagio montesano
97854e2b0c Corrected problem of descriptors computation using LSD lines 2014-08-07 11:14:58 +02:00
biagio montesano
ca0f70b23f Corrected errors on matching 2014-08-06 18:19:05 +02:00
biagio montesano
53fc0861c4 Deteted warning on hashing code 2014-08-04 17:29:20 +02:00
biagio montesano
29b6529c9d Additional cast warnings resolved 2014-08-03 11:33:24 +02:00
biagio montesano
d19f2ba6e8 Removed warnings from LSDDetector 2014-08-02 19:08:48 +02:00
biagio montesano
1f33b20bdd Removed some other warnings 2014-08-02 18:47:46 +02:00
biagio montesano
e0da9f93b0 Deleted some warnings on BynaryDescriptor 2014-08-02 17:52:57 +02:00
biagio montesano
0ca3e31d0b Removed some asserts 2014-08-02 17:03:28 +02:00
biagio montesano
df38bca305 Correction of some warnings 2014-08-01 16:12:49 +02:00
biagio montesano
8ee8a2d776 Modified sample with time library 2014-08-01 14:56:24 +02:00