Ilya Lavrenov
e0325fe057
removed useless output
12 years ago
Ilya Lavrenov
a5c9d83617
fixed ocl::pyrUp for 2-byte types
12 years ago
Alexander Alekhin
0ee47502d9
remove CV_EXPORT from templates
12 years ago
Roman Donchenko
671e5e39b1
Dropped the HAVE_DC1394_095 configuration macro.
...
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out
in 2004.
Note that 1.0 doesn't have the do_extra_buffering parameter.
12 years ago
Ilya Lavrenov
9311f84109
disabled MOG tests if no video input support
12 years ago
Roman Donchenko
ad52dd37a9
Revert "Merge pull request #1376 from StevenPuttemans:bugfix_3186"
...
This reverts commit 41b8479d03
, reversing
changes made to 531471b0aa
.
Reason: breaks the build.
12 years ago
Roman Donchenko
fec697b390
Silenced a few -Wcast-align warnings in the headers.
...
We don't use -Wcast-align ourselves, but the headers trigger warnings
for those users who do, which is not nice.
12 years ago
Jin Ma
f4d0c9b13c
Revised the code according to the feedback of the community.
12 years ago
Jin Ma
b9d7e67589
Removed whitespace.
12 years ago
Jin Ma
2e0f613c38
Added performance for Kalman Filter.
12 years ago
Alexander Smorkalov
98cb1dcc9a
MediaRecorder hint enabled for all Android devices with API level 14 and above.
...
It increases performance on some devices like Nexus4.
Target Android SDK version increased up to 14.
12 years ago
Roman Donchenko
51ed1873de
Eliminated unsequenced assignments to temp3 from dpstereo.cpp.
...
They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once
in a single expression.
12 years ago
Ilya Lavrenov
6b9c451938
added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown
12 years ago
Ilya Lavrenov
16357418d5
increased time limit for bilateral filter performance tests
12 years ago
Ilya Lavrenov
b07b9aca5a
fixed HOG perf test
12 years ago
Vadim Pisarevsky
61f2107829
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
12 years ago
Ilya Lavrenov
7d8bde3330
fixed ocl::merge in case of 2 and types CV_32S and CV_32F
12 years ago
Jin Ma
a4ab3f4ea8
Removed whitespace.
12 years ago
Jin Ma
2d5a1dacd0
Added Kalman Filter of OpenCL version.
12 years ago
Vladislav Vinogradov
c439702f0c
added missing gpu::matchTemplate implementation for non-CUDA build
12 years ago
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
kdrobnyh
f4aa7ff919
Add IPP support in meanStdDev, minMaxIdx, norm functions
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
kdrobnyh
7a7aa148d4
Add IPP support in compare function
12 years ago
Jin Ma
114f3266d8
Removed performance test.
12 years ago