Tomi
9564531ec8
features2d: Added missing SimpleBlob parameters
...
Added missing SimpleBlobDetector parameters to features2d_init.cpp.
9 years ago
Maksim Shabunin
7cb78451d1
Backported several changes from master branch:
...
- #3771 - inline round on ARM
- #5633 - documentation for MSER
- #5666 - run.py fixes
9 years ago
Ilya Lavrenov
7e4e8921bc
fixed memory leak in descriptor regression tests
9 years ago
Ilya Lavrenov
6dcd455ac4
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
9 years ago
Roman Donchenko
3231c2f995
NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG()
...
This ensures that test data is not dependent on the order the tests are
executed in.
(cherry picked from commit 1245cd1752
)
9 years ago
Ilya Lavrenov
69c50e0181
fixed typo
...
(cherry picked from commit 370d1ff21a
)
9 years ago
Ilya Lavrenov
dc441f50cd
fixed memory leak in descriptor regression tests
9 years ago
Ilya Lavrenov
be499b42d9
fixed memory leaks in modules/features2d/test/test_nearestneighbors.cpp
9 years ago
Ilya Lavrenov
370d1ff21a
fixed typo
9 years ago
Roman Donchenko
1245cd1752
NearestNeighborTest: use ts->get_rng() instead of (implicit) theRNG()
...
This ensures that test data is not dependent on the order the tests are
executed in.
10 years ago
Roman Donchenko
72ddeea479
FREAK: add missing field initialization
10 years ago
Pierre Moulon
901d4995e3
Fix a typo error
...
Fix a typo error
Conflicts:
modules/features2d/include/opencv2/features2d.hpp
10 years ago
Ilya Lavrenov
89e3c508d8
fixed tests for aarch64
10 years ago
ippei ito
b8c00854fe
instead of "using namespace cv" put all the tests into cv:: namespace.
10 years ago
ippei ito
b7276359e9
Test accuracy for PR#3829
10 years ago
ippei ito
65b0ecfec5
Test accuracy for PR#3829.Fix WOrder warning on gcc
10 years ago
ippei ito
d1902a1276
Test accuracy for PR#3829.Fix warning on gcc, comment out INIT_RANDOM_SEED for same result each ran.
10 years ago
ippei ito
56cae1b293
Test accuracy for PR#3829.Fix Some Error, Modify SLA.
10 years ago
ippei ito
7c740b6a31
Test accuracy for Pull Request # 3829
10 years ago
ippei ito
cd42e38013
FlannBasedMatcher(LshIndex) in the feature2d optimization for continuance additional train()
...
Current implementation of miniflann is releasing the trained index, and
rebuilding the index from the beginning.
But, some indexing algorithms like the LSH are able to add the indexing
data after that.
This branch is implementation of that optimization for LshIndex
FlannBasedMatcher in the feature2d.
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago
StevenPuttemans
db9a0cfbc0
add extra to FeatureDetector docs
10 years ago
Maksim Shabunin
09fb7512ed
Fixed iOS framework compilation warnings
10 years ago
Maksim Shabunin
9b55c09999
Basic doxygen documentation support
...
- updated existing Doxyfile.in
- added corresponding cmake instructions
- added some specific files (layout, icon)
- clean existing doxygen warnings
Conflicts:
CMakeLists.txt
doc/CMakeLists.txt
modules/core/include/opencv2/core.hpp
modules/core/include/opencv2/core/base.hpp
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/matx.hpp
modules/core/include/opencv2/core/types.hpp
modules/flann/include/opencv2/flann/lsh_table.h
modules/imgproc/include/opencv2/imgproc.hpp
10 years ago
Niklas Frisk
af72e6b8f4
Fixes #3910 , flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added.
10 years ago
StevenPuttemans
d4ec359f11
Fixing errors
10 years ago
StevenPuttemans
03662c0589
fix blobdetector
10 years ago
E Braun
d82b918a7b
fix for bug 3172
10 years ago
E Braun
aa9da6e433
regression test for bug 3172
10 years ago
E Braun
bdb82d181f
fix for bug 3172
10 years ago
Adrian Clark
fcc481e751
Fixed crash in SSE implementation of FREAK descriptor when number of pairs is set to something other than 512.
...
See http://code.opencv.org/issues/3889 for more details
10 years ago
E Braun
bbe48eaac6
regression test for bug 3172
11 years ago
PhilLab
d5489f3a68
Clarified DescriptorExtractor::compute
11 years ago
berak
3500c940d4
add Bag of Words to python wrapper
11 years ago
berak
fc610979bb
export BOW to script wrappers
11 years ago
Maks Naumov
eb89f5207c
remove unused variables in CV_KDTreeTest_CPP::findNeighbors()
11 years ago
Martin Jul
a1798cb28e
Fixed typo in BFMatcher in docs.
11 years ago
Ilya Lavrenov
80df44bd75
doc fix
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Peter Andreas Entschev
c289c8a700
Fixing some indentation issues on FREAK source file.
11 years ago
Andrey Pavlenko
1966e7cea9
fixing compilation on Linux
11 years ago
Andrey Pavlenko
bd9d3dd561
fixing build of 2.4 branch with VC12 (aka 2013)
...
(master branch was fixed before, no need to merge this to master!)
- disable openexr (numerous undefined std::min & std::max)
- workaround for two compilator bugs
11 years ago
Alexander Alekhin
0ee47502d9
remove CV_EXPORT from templates
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Roman Donchenko
d9f71b762f
Deleted almost all of the precomp.cpp files.
...
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
12 years ago
StevenPuttemans
ed76b2f98f
Like mentioned by Andrei Pavlenko after merging pullrequest #1206 , a wrong
...
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
12 years ago
StevenPuttemans
f28496c628
Added sample links in documentation for python2, ocl and gpu
12 years ago
StevenPuttemans
0c5244103f
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
...
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
12 years ago