Jin Ma
2fb0d23104
Removed unnecessary process for conversion to 4-channel format.
12 years ago
Roman Donchenko
4f109d1292
Fixed a memory access error in CV_Remap_Test::generate_test_data.
...
begin_x[1] is not the second component of the element, but the element
after the one pointed to begin_x. When begin_x points to the last
element, that line overwrites data past the end of the allocation, which,
during my tests, happened to contain the reference count for the matrix.
Hilarity ensues.
12 years ago
Roman Donchenko
2de8487e58
Fixed a few tests that use uninitialized inputs.
12 years ago
ilya-lavrenov
27947474ec
fixed data path
12 years ago
Roman Donchenko
7d62fdc62c
GPU resize: removed a few parameter names to avoid unused parameter warnings.
12 years ago
Jin Ma
172242a94e
Revised performance test according to the feedback of the community.
12 years ago
Ilya Lavrenov
be98cd2f7f
replaced explicit __stdcall by CV_STDCALL
12 years ago
Jin Ma
1366df8250
MOG&MOG2: Modified the performance test according to the feedback of the community.
12 years ago
ilya-lavrenov
722bdc52a0
enabled gemm and dft erf test
12 years ago
ilya-lavrenov
0f8f489658
changed data path and eps
12 years ago
Roman Donchenko
6ebfa87181
Delete a bunch more trailing whitespace that slipped through the cracks.
12 years ago
Roman Donchenko
a9975b144a
Fixed a bug in FLANN resulting in uninitialized accesses.
...
This is fixed upstream in mariusmuja/flann@b615f26, but that fix
would break binary compatibility, so I had to make a different one.
Since the bug isn't quite obvious, here's an explanation. In the const
version of any::cast, if policy is a small_any_policy, its get_value
returns its input argument. So r becomes a pointer to obj, and the
return value is a reference to a local variable, which is invalidated
when the function exits.
12 years ago
Jin Ma
dd73016c8b
Removed whitespace.
12 years ago
Jin Ma
e528f39def
Added the performance test for mog and mog2.
12 years ago
yao
a70bdfc13f
a little fix to tests and sample
12 years ago
pengxiao
ea16539448
Fix a crash of ocl program if clAmdBlas is not linked.
12 years ago
peng xiao
7b3e3f69fb
Modify according to @alalek .
12 years ago
Vadim Pisarevsky
e85e4d3ab9
fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim)
12 years ago
kdrobnyh
e6ec3dd17f
Add IPP support in resize, warpAffine, warpPerspective functions
12 years ago
Alexander Smorkalov
6d3102141c
Globbing accuracy test fail on Windows RT fixed.
12 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
12 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
12 years ago
Gabe Schwartz
b2bedef26f
Added interlace handling to PNG decoder.
...
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use
png_read_update_info and png_read_image. It will generate a warning
without it.
12 years ago
Gabe Schwartz
e2441e0034
Removed incorrect iCCP chunks from GUI resources.
...
Also removed malformed tEXt chunk from a logo PNG.
12 years ago
StevenPuttemans
e7921c3fe7
Added changes suggested by bug #3186 : fixing the unplugging of webcam
12 years ago
StevenPuttemans
15f1a48ec4
Updated with comments of speclad
12 years ago
kdrobnyh
f4aa7ff919
Add IPP support in meanStdDev, minMaxIdx, norm functions
12 years ago
Alexander Smorkalov
114e04ee12
OpenCV version++. Current OpenCv version 2.4.6.2
12 years ago
Alexander Smorkalov
ba26f6d48a
Native camera libraries updated.
...
Android 4.3 support added;
ANY camera index support fixed;
applyProperties now uses camera->reconnect() instead close/connect for Android 4.x.
(cherry picked from commit fff91eef0b
)
12 years ago
ilya-lavrenov
a6084d2970
enabled some tests that failed before OCL_TEST_CYCLE*() macroses were defined and for some tests was disabled SANITY_CHECK, because plain and ocl results must not be completely equal
12 years ago
ilya-lavrenov
968c095403
gpu -> ocl
12 years ago
StevenPuttemans
caaf440bd8
Added fix in CMakeLists.txt for contrib module.
12 years ago
kdrobnyh
7a7aa148d4
Add IPP support in compare function
12 years ago
Jin Ma
114f3266d8
Removed performance test.
12 years ago
Jin Ma
4f3349ffe4
Added perf namespace.
12 years ago
Jin Ma
0233c4c198
Removed whitespace.
12 years ago
Jin Ma
14e083f1e0
Removed trailing whitespace
12 years ago
Jin Ma
5728612f95
Removed the trailing whitespace
12 years ago
yao
ab235cda74
fix warnings
12 years ago
yao
26b5eb3e39
add adaptive bilateral filter (cpp and ocl version)
12 years ago
Vadim Pisarevsky
f12702be24
fixed bugs in rectangular morphology case
12 years ago
Vadim Pisarevsky
771feb61c2
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
12 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
12 years ago
ilya-lavrenov
3c86aa4ae1
appended ocl::finish to test_cycle defines
12 years ago
Vladislav Vinogradov
bff0fad6c3
gpu TVL1 Optical Flow optimization:
...
do not calculate sum of error in every round of iteration;
instead the error will be summed every 2nd times or more,
if the previous sum of error is too far away from threshold.
12 years ago
peng xiao
040b3b8265
Remove trailing whitespace.
12 years ago
peng xiao
c74c517ce3
Fix build error.
12 years ago
peng xiao
168d1dc18c
Make some tweaks to make `sum` operations less frequently
12 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
12 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
12 years ago