Andrey Kamaev
|
ae4e76395f
|
Make flann headers independent from OpenCV C API
|
2013-04-08 15:47:29 +04:00 |
|
Andrey Kamaev
|
67073daf19
|
Merge branch '2.4'
|
2013-04-05 21:11:59 +04:00 |
|
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
2013-04-01 17:29:10 +04:00 |
|
Alexander Smorkalov
|
6f68640d4d
|
Multiple fixes for WinRT
Fixed flann build with NEON;
Fixed Haming distance with NEON;
Honest cvRound for WinRT added;
cvRound test added;
Video IO with direct show disabled;
|
2013-03-26 17:19:52 -07:00 |
|
Andrey Kamaev
|
49f6dad13f
|
Move cv::KeyPoint and cv::DMatch to core
|
2013-03-26 16:08:43 +04:00 |
|
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
2013-03-22 22:14:50 +04:00 |
|
Andrey Kamaev
|
75513a46dc
|
Remove all include directives for <string>
|
2013-03-22 22:14:47 +04:00 |
|
Andrey Kamaev
|
762aefd71b
|
Compile opencv_test_core with cv::String instead of std::string
All tests passed!
|
2013-03-22 22:14:22 +04:00 |
|
Andrey Kamaev
|
a42a0f5fca
|
Added compatibility headers
|
2013-03-13 17:26:56 +04:00 |
|
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
2013-03-13 17:26:56 +04:00 |
|
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
2013-02-25 15:04:17 +04:00 |
|
Andrey Kamaev
|
61079547f0
|
Merge branch '2.4'
|
2013-02-01 14:59:40 +04:00 |
|
Ilya Lysenkov
|
098ea6fcb7
|
Checked key_size in LSH table for validness (#2677)
|
2013-01-31 23:19:19 +04:00 |
|
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
2012-10-17 15:57:49 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Andrey Kamaev
|
88e9a072ec
|
Fix binary compatibility of opencv_flann
|
2012-10-16 15:13:00 +04:00 |
|
Andrey Kamaev
|
a3b1971977
|
Bring back escaped virtual destructors from 2.4.2
|
2012-10-15 17:48:49 +04:00 |
|
Vadim Pisarevsky
|
d72cc06b96
|
fixed possibly inccorrect interval measurements in flann's timer (bug #1165). Note: this may break binary compatibility, but since the class is not wrapped in Java and not exposed in Windows API, for example (it's considered internal-use class for flann), the effect should be minimal
|
2012-10-11 22:40:37 +04:00 |
|
Andrey Kamaev
|
56b27bcc7e
|
Fix inconsistent argument type in HammingLUT distance (flann)
this fixes 64-bit MSVC warning
|
2012-10-10 00:31:22 +04:00 |
|
Vadim Pisarevsky
|
d54f4e1cfb
|
added #undef True/False to avoid collision with X11 (Patch #1562)
|
2012-10-09 16:02:06 +04:00 |
|
Marius Muja
|
7236858bea
|
Exposed HierarchicalClusteringIndex in OpenCV wrapper
|
2012-09-27 03:58:17 -07:00 |
|
Vadim Pisarevsky
|
0bd68a70f1
|
fixed #2297, #2300; fixed several warnings
|
2012-08-28 13:45:35 +04:00 |
|
Alexander Mordvintesv
|
647b1dd96c
|
comment fixed
|
2012-08-07 23:19:13 +03:00 |
|
Alexander Mordvintesv
|
0998669d26
|
Revert "fixed LshIndex types in its constructor"
This reverts commit 54d68da8e7 .
|
2012-08-07 21:37:19 +03:00 |
|
Maria Dimashova
|
54d68da8e7
|
fixed LshIndex types in its constructor
|
2012-07-24 17:09:24 +04:00 |
|
Vincent Rabaud
|
3df72fe669
|
fix gcc C++11 bug mentioned in http://answers.opencv.org/question/283 . Bug also fixed in FLANN upstream
|
2012-07-12 16:02:02 +00:00 |
|
Vadim Pisarevsky
|
73ce3ef8c1
|
fixed ios framework build (ticket #2092)
|
2012-06-27 19:52:59 +00:00 |
|
Andrey Kamaev
|
a381b95e91
|
Fixed buggy NEON check inside flann
|
2012-06-22 16:10:43 +00:00 |
|
Andrey Kamaev
|
e94e5866a1
|
Fixed mingw build warnings
|
2012-06-20 17:57:26 +00:00 |
|
Alexander Mordvintsev
|
08b2bd9174
|
fixed #1974
|
2012-06-11 07:20:34 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
2012-06-08 03:15:08 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Marius Muja
|
fd9a8c609f
|
Bug fix in LSH index
|
2012-04-05 06:46:42 +00:00 |
|
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
2012-03-31 11:09:16 +00:00 |
|
Vadim Pisarevsky
|
29077f11f8
|
got rid of "long double" in OpenCV; ticket #1515
|
2012-03-26 13:36:47 +00:00 |
|
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
2012-03-16 21:21:04 +00:00 |
|
Anatoly Baksheev
|
84db4eb6fa
|
fixed ~200 warnings for windows
minor build system changes (now cuda code in opencv_core is compiled using CUDA_ARCH* cmake variables)
|
2012-02-14 10:22:34 +00:00 |
|
Marius Muja
|
fcf9a224fb
|
Bug fix
|
2012-02-07 02:18:54 +00:00 |
|
Marius Muja
|
63efa5b2de
|
Fixing ticket #1539
|
2012-01-09 21:31:51 +00:00 |
|
Marius Muja
|
f1efd955b4
|
Fix to solve conflicts to standalone FLANN
|
2011-12-12 09:39:02 +00:00 |
|
Marius Muja
|
4330777d1c
|
Fixing uint32_t typedef for MSVC
|
2011-11-23 22:24:36 +00:00 |
|
Marius Muja
|
2c5de6dd59
|
Fix ticket #1346
|
2011-11-23 22:01:06 +00:00 |
|
Andrey Kamaev
|
d7ff92439d
|
Better NEON Hamming distance
|
2011-10-26 13:04:53 +00:00 |
|
Marius Muja
|
a73b509b1e
|
Clang compilation fixes, closes #1432
|
2011-10-18 18:37:47 +00:00 |
|
Vadim Pisarevsky
|
b74116e694
|
unified norm computing; added generalized Hamming distance
|
2011-10-11 15:13:53 +00:00 |
|
Vadim Pisarevsky
|
1e6479224a
|
fixed bug #1331
|
2011-10-05 01:20:52 +00:00 |
|
Vadim Pisarevsky
|
60ebe2003f
|
fixed multiple warnings on Windows. fixed bug #1368
|
2011-10-03 11:00:28 +00:00 |
|
Marius Muja
|
0e18f066a8
|
Fixing ticket #1402
|
2011-09-30 16:39:06 +00:00 |
|