Maria Dimashova
|
ec23d9bb5e
|
added tests on scale invariance of detectors and descriptors
|
13 years ago |
Maria Dimashova
|
e4e00498a8
|
fixed typo in test class names
|
13 years ago |
Maria Dimashova
|
0c6480d89b
|
added tests to check rotation invariance of descriptors (features2d and nonfree)
|
13 years ago |
Maria Dimashova
|
5120d690f0
|
fixed nonfree rotation invariance tests for detectors
|
13 years ago |
Maria Dimashova
|
2c0455da17
|
changed sift angles according to KeyPoint::angle specification in r9034
|
13 years ago |
Maria Dimashova
|
2bd86e2541
|
fixed compile errors under win
|
13 years ago |
Maria Dimashova
|
30c611f1d5
|
added tests to check rotation invariance of detectors
|
13 years ago |
Maria Dimashova
|
438c1444eb
|
added test to check keypoints returned by FeatureDetector (center, size, angle)
|
13 years ago |
Alexander Mordvintsev
|
c5669448a3
|
work on features2d python interface
|
13 years ago |
Alexander Mordvintsev
|
ffd283b7d5
|
fixed SURF orientations, broken in r8892
(see also r8895, r8887 and #2043)
|
13 years ago |
Vincent Rabaud
|
c52d620817
|
update the docs for cvExtractSURF and initModule_nonfree()
|
13 years ago |
Andrey Kamaev
|
3869d38671
|
fixed typo in SURF detector #2149
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
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 |
Andrey Kamaev
|
6a13c9efc0
|
Added cmake for building Android package
|
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
|
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
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
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 |