Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
13 years ago |
Andrey Kamaev
|
a66cd5698a
|
Merged the trunk 8892,8894,8898
|
13 years ago |
Maria Dimashova
|
52ba2e45c4
|
removed obsolete parameter 'time' in regression test for descriptors
|
13 years ago |
Maria Dimashova
|
9cd0c9033f
|
fixed angles of SURF detector
|
13 years ago |
Marina Kolpakova
|
54ee92e3b0
|
merged trunk r8815:8827
|
13 years ago |
Andrey Kamaev
|
6a13c9efc0
|
Added cmake for building Android package
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
81a5988015
|
Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Andrey Kamaev
|
a20248977c
|
Documentation: fixed class/struc members documentation; added warning on incorrectly documented member
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Vadim Pisarevsky
|
fd68cc768a
|
fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876)
|
13 years ago |
Vadim Pisarevsky
|
9bbcebd6b0
|
added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu.
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
7a3b351357
|
added documentation for ORB (ticket #1835). updated documentation on features2d (Feature2D class is still to be documented) (ticket #1819)
|
13 years ago |
Andrey Kamaev
|
33134ecb87
|
Increased test threshold for arm
|
13 years ago |
Andrey Kamaev
|
09140c2fc6
|
Reenabled OpponentSIFT test;
Changed compiler flags for 32-bit MSVC;
Fixed handling of "d" suffix of debug binaries in run.py.
|
13 years ago |
Andrey Kamaev
|
db3f9b139b
|
Fixed SURF behavior - from now it always returns keypoints in the same order
|
13 years ago |
Andrey Kamaev
|
8d130ff10c
|
Fixed most of the floating-point accuracy problems for x86 gcc
|
13 years ago |
Vadim Pisarevsky
|
5b6b30ba0e
|
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
|
13 years ago |
Andrey Kamaev
|
b835c04589
|
Fixed incorrect asssertion in test
|
13 years ago |
Andrey Kamaev
|
2f88062de7
|
Fixed Android build warning
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Ilya Lysenkov
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
13 years ago |
Andrey Kamaev
|
b6dac61e96
|
Fixed several documentation warnings and errors.
|
13 years ago |
Andrey Pavlenko
|
f1e3d4d492
|
adding test for the bug #1795
|
13 years ago |
Andrey Kamaev
|
7fd1cfc5e7
|
Fixed warnings about unused return value of fread
|
13 years ago |
Alexander Shishkov
|
b79dfaf078
|
fixed problem with SURF loading in Python tests
|
13 years ago |
Andrey Kamaev
|
fa7e7e54dc
|
Fixed ugly bug in AlgorithmInfo initialisation order
|
13 years ago |
Vadim Pisarevsky
|
9576133e06
|
restore support of vector<float> as possible output descriptor container in SURF::operator().
|
13 years ago |
Vadim Pisarevsky
|
a3262c5e51
|
added initModule_features2d(). Possibly solved problem when the linker excludes seemingly unused detectors/descriptors.
|
13 years ago |
Andrey Kamaev
|
8f970caa56
|
#1349 tbb::mutex is moved to outer scope to be sure that its initialization is completed before the parallel loop
|
13 years ago |
Vadim Pisarevsky
|
56f5fcd28c
|
added Vec Matx::solve(Vec) (ticket #1376)
|
13 years ago |
Vadim Pisarevsky
|
f014fb0a0e
|
restored the ordering of SURF constructor parameters (ticket #1704)
|
13 years ago |
Vadim Pisarevsky
|
69f5d8c1d3
|
applied patch from #1712 (thanks to Vlad)
|
13 years ago |
Vadim Pisarevsky
|
d60623279c
|
switched to non-constant references in Algorithm::addParam, which is more safe.
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Vadim Pisarevsky
|
957e80abbd
|
lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template.
|
13 years ago |