Vladislav Vinogradov
|
3d095ccc82
|
fixed condition in KeyPointsFilter::retainBest
|
12 years ago |
Andrey Kamaev
|
49f6dad13f
|
Move cv::KeyPoint and cv::DMatch to core
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
762aefd71b
|
Compile opencv_test_core with cv::String instead of std::string
All tests passed!
|
12 years ago |
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.
|
12 years ago |
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
13 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
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 |
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 |
Andrey Kamaev
|
21a4a06d8a
|
Fixed bug in KeyPointsFilter::runByImageBorder; added ROI adjustment to ORB
|
14 years ago |
Vadim Pisarevsky
|
3f40a1d8c3
|
fixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the patch)
|
14 years ago |
Maria Dimashova
|
cd2f3786f0
|
removed duplicated check
|
14 years ago |
Maria Dimashova
|
035fd0019b
|
replaced SIFT implementation (Some default parameters can be changed in the near future)
|
14 years ago |
Vadim Pisarevsky
|
af2af3af9b
|
added KeyPoint::hash() (ticket #1100)
|
14 years ago |
Maria Dimashova
|
66c116ec6a
|
fixed #1044
|
14 years ago |
Maria Dimashova
|
b9662e099c
|
added the filtering of keypoints having zero size (#877)
|
14 years ago |
Maria Dimashova
|
97f2972fc0
|
uncommented fix of write/read keypoints
|
15 years ago |
Maria Dimashova
|
912f8ff34c
|
commented fix write/read keypoints temporarily
|
15 years ago |
Maria Dimashova
|
b8753db512
|
merged fix of write/read keypoints from branch
|
15 years ago |
Maria Dimashova
|
4395bad911
|
fixed linker errors on Win and some warnings
|
15 years ago |
Maria Dimashova
|
f6c8e237f0
|
fixed compile error on VS2008
|
15 years ago |
Maria Dimashova
|
5e84ab0222
|
replaced KeyPoint::overlap implementation by faster version (thanks to Suat Gedikli)
|
15 years ago |
Maria Dimashova
|
cdbf1f9ef5
|
fixed compile errors on VS 2008
|
15 years ago |
Maria Dimashova
|
fb2a4a8345
|
added method to compute overlap for KeyPoint pair
|
15 years ago |
Maria Dimashova
|
400eb37189
|
added parameter keypointIndexes to KeyPoint::convert, updated sample
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |