cbalint13
2c6114f58d
Force newer build over buildbot.
10 years ago
cbalint13
8ba1ec22e4
Force buildbot to rebuild.
10 years ago
cbalint13
f426778160
Force buildbot rebuild.
10 years ago
cbalint13
9b87c22e01
Fix bugs in non-max suppression routine.
10 years ago
cbalint13
bbdf21679f
Leave AGAST at thresold=10, cosmetic for perf tests.
10 years ago
cbalint13
e2f74309f7
Default AGAST threshold is 40 (as authors recomandation)
10 years ago
cbalint13
0ec5561b4e
Adjust AGAST perftest to be at parity (better) with FAST ones.
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
Vadim Pisarevsky
ee11a2d266
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
10 years ago
cbalint13
dee3a4b528
Add missing opencv_contrib PR #202 patch.
10 years ago
cbalint13
26997f32c6
Fix BRISK detector&descriptor using proper AGAST.
10 years ago
Maksim Shabunin
35b2139929
Basic HAL module
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
Nils Plath
32d56c6b43
Fixed: wrong conversion of float-based Mat input inside the AKAZE.
10 years ago
Ilya Lavrenov
cf4c79ebdd
disabled some kernels for Android && NVidia
10 years ago
Maksim Shabunin
37c74e38f4
Python support
10 years ago
Maksim Shabunin
457123027e
Modified java wrapping mechanism
10 years ago
Vladislav Vinogradov
cda6fed41f
move tegra namespace out of cv to prevent conflicts
10 years ago
Vladislav Vinogradov
44e41baffe
use new functions before all tegra:: calls
10 years ago
exeltior
b51805e245
Update mser.cpp
...
Need to initialize boolean variable pass2Only, otherwise the result is not predictable
10 years ago
Vladislav Vinogradov
c120001178
fix -Wsign-compare warnings
10 years ago
berak
fd60e98c5b
fixes for latest changes in opencv3.0 api
...
fixes for latest changes in opencv3.0 api
waitKey() normalization
fixed mser bindings
10 years ago
Yan Wang
75277bb770
Remove unnecessary global/local dim for radius match.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
orestis
fffe2464cd
Change DescriptorExtractor_ORB regression test
...
to compensate for neon ieee754 non-compliancy.
Also changed the comparison between max valid and calculated distance to
make the error message more accurate (in case curMaxDist == maxDist)
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
Yan Wang
2df606f098
Use sincos instead of sin and cos.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Yan Wang
1c9f956b88
Remove unnecesary operations and calculations in loop body.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
c5a698fb54
Doxygen documentation: calib3d and features2d modules
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
Vadim Pisarevsky
dcee883961
fixed MSVC warnings and iOS framework compile error
10 years ago
Vadim Pisarevsky
d2b9dc5530
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)
10 years ago
vbystricky
3787388eac
Optimize OpenCL version of BFMatcher
10 years ago
Vadim Pisarevsky
54e65598bd
fixed error in OpenCL ORB
10 years ago
Vadim Pisarevsky
1176d4ef84
fixed some more compile errors and test failures
10 years ago
Vadim Pisarevsky
9c9ecc22e2
fixed opencv_java build
10 years ago
Vadim Pisarevsky
fa76c634ec
ok; all the tests now pass
10 years ago
Vadim Pisarevsky
01d3848f17
all the tests now pass except for MSER
10 years ago
Vadim Pisarevsky
162384a838
fixed several test failures; currently 9 out of 73 tests fail
10 years ago