sbokov
aea4157340
Adding new HAL-accelerated MODE_SGBM_3WAY
...
New mode is approximately 2-3 times faster than MODE_SGBM
with minimal degradation in quality and uses universal
HAL intrinsics. A performance test was added. The accuracy
test was updated to support the new mode.
9 years ago
Alexander Alekhin
bbe75fe1d2
calib3d: normalize Rodrigues vector in perf test
9 years ago
Vadim Pisarevsky
ca19ae8b5a
in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate
10 years ago
Vadim Pisarevsky
5c352c9146
temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable
10 years ago
Vadim Pisarevsky
1760078f67
trying to make solvePnPSmallPoints pass
10 years ago
Vadim Pisarevsky
7e07220440
made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases
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
Vadim Pisarevsky
3b250d6e9c
this is trivial change; the main change is in opencv_extra - added regression data for perf tests
10 years ago
edgarriba
2494e028c0
Updating upnp sanity heck
10 years ago
edgarriba
1709421c2c
Updating sanity check
10 years ago
edgarriba
71dd9a6f1b
Updating sanity check
10 years ago
edgarriba
862b675bee
Updating sanity check
10 years ago
edgarriba
7429454171
Add UPNP acc_test and perf_test
10 years ago
edgarriba
2653d745fd
updated sanity data
10 years ago
edgarriba
6ea73a5bff
updated dls perf test
10 years ago
edgarriba
620387fbe1
Update perf_pnp && ransac model points
10 years ago
Alexander Shishkov
a37640cdd0
Update perf_pnp.cpp
10 years ago
edgarriba
3c3d695d4d
Perf test update
10 years ago
edgarriba
dccc10ff12
DLS perf
10 years ago
edgarriba
2666da892f
DLS perf update
10 years ago
edgarriba
afdb67b462
SOLVEPNP_* flags
10 years ago
Alexander Alekhin
55188fe991
world fix
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Konstantin Matskevich
1a43ed9893
finalizing
11 years ago
Konstantin Matskevich
91e4334227
temp
11 years ago
Konstantin Matskevich
ddc235172e
new approach
11 years ago
Konstantin Matskevich
0904f10ab5
optimizations
11 years ago
Konstantin Matskevich
bfc843a5f5
added optimization
11 years ago
Konstantin Matskevich
b5f717b6b3
stereoBM
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Vladislav Vinogradov
0c7663eb3b
Merge branch 'master' into gpu-cuda-rename
...
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
11 years ago
Roman Donchenko
c7d2fdc4b2
Fixed some dubious uses of tbb::task_scheduler_init.
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.
11 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
517062039e
Make core/internal.hpp a private header
12 years ago
Andrey Kamaev
ad5cddc007
Main module headers are moved 1 level up
...
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
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
6e244c83cd
Corrected sanity checks in several perf tests
...
Also fixed a typo in performance testing framework and removed hardcoded
temporary file name from highgui perf test
12 years ago
Anna Kogan
4e21f42714
increased time-limits
12 years ago
Andrey Kamaev
a126532cb7
Fix OS X build warnings
12 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Andrey Kamaev
2b0072d823
Suppress more warnings in gtest on OS X
12 years ago
Andrey Kamaev
585f3bc391
Disable perf test for unstable solvePnPRansac
12 years ago
Andrey Kamaev
5a5c477be6
Make performance tests for solvePnPRansec more determenistic
12 years ago
Andrey Kamaev
f8672d49a0
Add sanity checks to calib3d perf tests
12 years ago
Andrey Kamaev
73cb77842e
Replace jpegs with png (see 06a13d9
)
12 years ago
Daniil Osokin
45c49a9088
Added perf test
12 years ago
Daniil Osokin
39d6adea17
Added perf test
12 years ago
Andrey Kamaev
e900952b87
quiet most of the OSX build warnings
13 years ago