1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-23 09:38:56 +08:00
Commit Graph

89 Commits

Author SHA1 Message Date
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
biagio montesano
2760246780 Added time library 2014-08-01 13:04:55 +02:00
biagio montesano
16ed29726b Moved M_PI definition to precomp 2014-08-01 12:37:42 +02:00
biagio montesano
c38e50b262 Changed positions of headers 2014-08-01 12:04:33 +02:00
biagio montesano
ff839cf9d8 Inclusion of cmath library 2014-08-01 11:52:18 +02:00
biagio montesano
1b17429607 Changed some headers' positions in BinaryDescriptor 2014-08-01 11:39:01 +02:00
biagio montesano
31be8150df Added windows include for M_PI 2014-08-01 11:16:00 +02:00
biagio montesano
07f9d444c6 Popcount corrections 2014-07-31 17:17:20 +02:00