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
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
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
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
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
kdrobnyh
dc1eb583b4
Merge pull request #5 from Itseez/2.4
...
Some changes in OpenCV
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
Roman Donchenko
53818f0f5f
Merge pull request #1361 from asmorkalov:winrt_api_container
12 years ago
Roman Donchenko
78a6692e53
Merge pull request #1359 from asmorkalov:winrt_tiff_api_fix
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
Vadim Pisarevsky
f12702be24
fixed bugs in rectangular morphology case
12 years ago
Alexander Smorkalov
ebe7f00cb4
/apicontainer added to linker flags on WinRT to fix api test issues.
12 years ago
Roman Donchenko
90cf8fbd60
Merge pull request #1338 from asmorkalov:android_tegra_detector
12 years ago