Jin Ma
2d5a1dacd0
Added Kalman Filter of OpenCL version.
11 years ago
Roman Donchenko
a03c6decaf
Merge pull request #1409 from SpecLad:imgproc-test-memerr
11 years ago
Vladislav Vinogradov
c439702f0c
added missing gpu::matchTemplate implementation for non-CUDA build
11 years ago
Jin Ma
2fb0d23104
Removed unnecessary process for conversion to 4-channel format.
11 years ago
Roman Donchenko
ff1eb0d582
Merge pull request #1407 from ilya-lavrenov:ocl_test_mog
11 years ago
Roman Donchenko
8525fb0776
Merge pull request #1406 from SpecLad:gpu-resize-warn
11 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.
11 years ago
Roman Donchenko
2de8487e58
Fixed a few tests that use uninitialized inputs.
11 years ago
ilya-lavrenov
27947474ec
fixed data path
11 years ago
Roman Donchenko
7d62fdc62c
GPU resize: removed a few parameter names to avoid unused parameter warnings.
11 years ago
Roman Donchenko
bfd84dc5d5
Merge pull request #1402 from SpecLad:ocl-samples
11 years ago
Roman Donchenko
0f4089f3c3
Merge pull request #1404 from ilya-lavrenov:stdcall
11 years ago
Jin Ma
172242a94e
Revised performance test according to the feedback of the community.
11 years ago
Ilya Lavrenov
be98cd2f7f
replaced explicit __stdcall by CV_STDCALL
11 years ago
Jin Ma
1366df8250
MOG&MOG2: Modified the performance test according to the feedback of the community.
11 years ago
Roman Donchenko
70711ac6c2
Merge pull request #1400 from ilya-lavrenov:ocl_test_mog
11 years ago
Roman Donchenko
b9ae8623b2
Merge pull request #1398 from ilya-lavrenov:ocl_perf_gemm
11 years ago
ilya-lavrenov
722bdc52a0
enabled gemm and dft erf test
11 years ago
Roman Donchenko
36e0891480
Fixed OCL samples' install path being inconsistent with the other samples.
11 years ago
ilya-lavrenov
0f8f489658
changed data path and eps
11 years ago
Roman Donchenko
e5735282da
Added the ability to have samples inside a module.
11 years ago
Roman Donchenko
6ebfa87181
Delete a bunch more trailing whitespace that slipped through the cracks.
11 years ago
Roman Donchenko
33d8d8ffd1
Merge pull request #1392 from SpecLad:flann-uninit
11 years ago
Roman Donchenko
ed7329ac55
Merge pull request #1397 from ilya-lavrenov:gitignore
11 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.
11 years ago
ilya-lavrenov
f538e50385
updated .gitignore
11 years ago
Jin Ma
dd73016c8b
Removed whitespace.
11 years ago
Jin Ma
e528f39def
Added the performance test for mog and mog2.
11 years ago
Roman Donchenko
c42d61e464
Merge pull request #1283 from melody-rain:new_mog_mog2
11 years ago
Roman Donchenko
b3e73cf7d6
Merge pull request #1388 from bitwangyaoyao:2.4_CLAHE
11 years ago
Roman Donchenko
e7f83619c5
Merge pull request #1378 from StevenPuttemans:bugfix_3115
11 years ago
Roman Donchenko
83be226048
Merge pull request #1382 from nghiaho12:cascade_classifier
11 years ago
Roman Donchenko
f50a829943
Merge pull request #1383 from pengx17:2.4_clblas
11 years ago
yao
a70bdfc13f
a little fix to tests and sample
11 years ago
pengxiao
ea16539448
Fix a crash of ocl program if clAmdBlas is not linked.
11 years ago
peng xiao
7b3e3f69fb
Modify according to @alalek .
11 years ago
Vadim Pisarevsky
e85e4d3ab9
fixed bug in IPP-accelerated morphology; added several IPP imgwarp functions (by Klim)
11 years ago
kdrobnyh
e6ec3dd17f
Add IPP support in resize, warpAffine, warpPerspective functions
11 years ago
Roman Donchenko
757e7f842b
Merge pull request #1300 from kdrobnyh:FilterBilateral
11 years ago
Roman Donchenko
99043f6fc2
Merge pull request #1385 from asmorkalov:winrt_glob_fix
11 years ago
Alexander Smorkalov
6d3102141c
Globbing accuracy test fail on Windows RT fixed.
11 years ago
Roman Donchenko
188d3f02ee
Merge pull request #1302 from kdrobnyh:compare
11 years ago
Roman Donchenko
ff2b12334d
Merge pull request #1355 from jet47:gpu-stereo-multi-gpu-sample
11 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
11 years ago
Roman Donchenko
bd7930ada1
Merge pull request #1345 from pengx17:2.4_tvl1ocl_opt
11 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
11 years ago
Nghia Ho
81a6ae791b
changed int -> size_t when accessing std::vector
11 years ago
Roman Donchenko
7e4c0ac4d6
Merge pull request #1371 from HapeMask:fix-png-warnings
11 years ago
Roman Donchenko
46d74d7c6b
Merge pull request #1360 from vpisarev:24_ipp_dft_canny_morphrect
11 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.
11 years ago