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
Roman Donchenko
70711ac6c2
Merge pull request #1400 from ilya-lavrenov:ocl_test_mog
12 years ago
Roman Donchenko
b9ae8623b2
Merge pull request #1398 from ilya-lavrenov:ocl_perf_gemm
12 years ago
ilya-lavrenov
722bdc52a0
enabled gemm and dft erf test
12 years ago
Roman Donchenko
36e0891480
Fixed OCL samples' install path being inconsistent with the other samples.
12 years ago
ilya-lavrenov
0f8f489658
changed data path and eps
12 years ago
Roman Donchenko
e5735282da
Added the ability to have samples inside a module.
12 years ago
Roman Donchenko
6ebfa87181
Delete a bunch more trailing whitespace that slipped through the cracks.
12 years ago
Roman Donchenko
33d8d8ffd1
Merge pull request #1392 from SpecLad:flann-uninit
12 years ago
Roman Donchenko
ed7329ac55
Merge pull request #1397 from ilya-lavrenov:gitignore
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
ilya-lavrenov
f538e50385
updated .gitignore
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
Roman Donchenko
c42d61e464
Merge pull request #1283 from melody-rain:new_mog_mog2
12 years ago
Roman Donchenko
b3e73cf7d6
Merge pull request #1388 from bitwangyaoyao:2.4_CLAHE
12 years ago
Roman Donchenko
e7f83619c5
Merge pull request #1378 from StevenPuttemans:bugfix_3115
12 years ago
Roman Donchenko
83be226048
Merge pull request #1382 from nghiaho12:cascade_classifier
12 years ago
Roman Donchenko
f50a829943
Merge pull request #1383 from pengx17:2.4_clblas
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
Roman Donchenko
757e7f842b
Merge pull request #1300 from kdrobnyh:FilterBilateral
12 years ago
Roman Donchenko
99043f6fc2
Merge pull request #1385 from asmorkalov:winrt_glob_fix
12 years ago
Alexander Smorkalov
6d3102141c
Globbing accuracy test fail on Windows RT fixed.
12 years ago
Roman Donchenko
188d3f02ee
Merge pull request #1302 from kdrobnyh:compare
12 years ago
Roman Donchenko
ff2b12334d
Merge pull request #1355 from jet47:gpu-stereo-multi-gpu-sample
12 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
12 years ago
Roman Donchenko
bd7930ada1
Merge pull request #1345 from pengx17:2.4_tvl1ocl_opt
12 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
12 years ago
Nghia Ho
81a6ae791b
changed int -> size_t when accessing std::vector
12 years ago
Roman Donchenko
7e4c0ac4d6
Merge pull request #1371 from HapeMask:fix-png-warnings
12 years ago
Roman Donchenko
46d74d7c6b
Merge pull request #1360 from vpisarev:24_ipp_dft_canny_morphrect
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
Roman Donchenko
d6e8216b16
Merge pull request #1374 from zacstewart:2.4
12 years ago
Roman Donchenko
42b4d830e8
Merge pull request #1266 from kdrobnyh:core_stat_functions
12 years ago
Roman Donchenko
96a0afce50
Merge pull request #1236 from pengx17:2.4_fix_retina_color_param
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
Vladislav Vinogradov
17e20b2c60
fix for bug #3219 (undefined reference in GPU samples)
12 years ago
Zac Stewart
8049296cda
Correct name of eye function
12 years ago
Zac Stewart
f36a9f745f
Remove extraneous colon before ':basicstructures:'
12 years ago
Roman Donchenko
114bec52fe
Merge pull request #1363 from ilya-lavrenov:ocl_enable_tests
12 years ago
Roman Donchenko
72e11f9066
Merge pull request #1370 from ilya-lavrenov:ocl_decor
12 years ago
kdrobnyh
f4aa7ff919
Add IPP support in meanStdDev, minMaxIdx, norm functions
12 years ago