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 |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
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 |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Andrey Kamaev
|
65f5343ed5
|
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests
|
13 years ago |
Andrey Kamaev
|
f937d68d60
|
Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests
|
13 years ago |