peng xiao
7b3e3f69fb
Modify according to @alalek .
11 years ago
peng xiao
3c2a8912ee
Let clAmdBlas library initialize once during program lifetime.
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
Gabe Schwartz
e2441e0034
Removed incorrect iCCP chunks from GUI resources.
...
Also removed malformed tEXt chunk from a logo PNG.
11 years ago
Roman Donchenko
d6e8216b16
Merge pull request #1374 from zacstewart:2.4
11 years ago
Roman Donchenko
42b4d830e8
Merge pull request #1266 from kdrobnyh:core_stat_functions
11 years ago
Roman Donchenko
96a0afce50
Merge pull request #1236 from pengx17:2.4_fix_retina_color_param
11 years ago
Zac Stewart
8049296cda
Correct name of eye function
11 years ago
Zac Stewart
f36a9f745f
Remove extraneous colon before ':basicstructures:'
11 years ago
Roman Donchenko
114bec52fe
Merge pull request #1363 from ilya-lavrenov:ocl_enable_tests
11 years ago
Roman Donchenko
72e11f9066
Merge pull request #1370 from ilya-lavrenov:ocl_decor
11 years ago
kdrobnyh
f4aa7ff919
Add IPP support in meanStdDev, minMaxIdx, norm functions
11 years ago
kdrobnyh
dc1eb583b4
Merge pull request #5 from Itseez/2.4
...
Some changes in OpenCV
11 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
11 years ago
ilya-lavrenov
968c095403
gpu -> ocl
11 years ago
Roman Donchenko
53818f0f5f
Merge pull request #1361 from asmorkalov:winrt_api_container
11 years ago
Roman Donchenko
78a6692e53
Merge pull request #1359 from asmorkalov:winrt_tiff_api_fix
11 years ago
Vadim Pisarevsky
f12702be24
fixed bugs in rectangular morphology case
11 years ago
Alexander Smorkalov
ebe7f00cb4
/apicontainer added to linker flags on WinRT to fix api test issues.
11 years ago
Roman Donchenko
90cf8fbd60
Merge pull request #1338 from asmorkalov:android_tegra_detector
11 years ago
Roman Donchenko
e958767a8b
Merge pull request #1343 from asmorkalov:android_img_manipulations_fix
11 years ago
Alexander Smorkalov
3036ec4b89
LibTIFF Win32 API back-end disabled for Windows RT.
11 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)
11 years ago
Alexander Smorkalov
aa00b5a0ab
New Tegra detector with Android 4.3 support added. Manager version++.
11 years ago
Alexander Smorkalov
8d4cbf4deb
Bug #3238 Android sample image manipulations blinks in non-preview modes fixed.
11 years ago
Roman Donchenko
2b90b20be2
Merge pull request #1357 from SpecLad:less-precomps
11 years ago
Roman Donchenko
cdf6cf2cd8
Merge pull request #1213 from kdrobnyh:color
11 years ago
Roman Donchenko
122d0f8685
Deleted the now-empty ocl perf_precomp.cpp.
...
See pull request #1241 for why.
11 years ago
Roman Donchenko
8bb9994094
Merge pull request #1349 from ilya-lavrenov:ocl_perf_finish
11 years ago
ilya-lavrenov
3c86aa4ae1
appended ocl::finish to test_cycle defines
11 years ago
Roman Donchenko
cd5b8af609
Restored one executable bit that was lost during the war on whitespace.
11 years ago
Roman Donchenko
0e32d7ccb3
Merge pull request #1346 from jet47:gpu-tvl1-optimization
11 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.
11 years ago
Roman Donchenko
525b6eca2e
Merge pull request #1311 from leszekhanusz:png_palette_alpha
11 years ago
Roman Donchenko
b43890a7e1
Merge pull request #1326 from ilya-lavrenov:perf_ocl
11 years ago
Roman Donchenko
d44adcd6e8
Merge pull request #1336 from jet47:gpu-resize
11 years ago
ilya-lavrenov
d02ccc9590
the code was refactored and old test system code was removed
11 years ago
ilya-lavrenov
4c28a6f0f6
most of the performance tests was rewritten in google-test manner
11 years ago
Vladislav Vinogradov
21c4753fed
used global memory access for up-scaling
11 years ago
Roman Donchenko
7cefb6f50b
Merge pull request #1335 from alekcac:ios-build-fix
11 years ago
Roman Donchenko
3182e68b8a
Merge pull request #1334 from MarkBelmont:bugfix_1
11 years ago
Alexander Shishkov
88712d97c6
fix CMake changes
11 years ago
Roman Donchenko
c11502cf56
Merge pull request #1333 from kirill-kornyakov:bugfix-for-3231
11 years ago
Roman Donchenko
9bb1a7d34d
Merge pull request #1234 from SpecLad:ios-plist
11 years ago
Roman Donchenko
cae4480834
Merge pull request #1332 from pengx17:2.4_fix_parallel
11 years ago
Vladislav Vinogradov
d1f6a23abf
improved texture usage:
...
* use explicit extrapolation only for sub-matrixes
* use built-in interpolation for INTER_NEAREST mode
11 years ago
Vladislav Vinogradov
241cc417f9
added custom implementation for nearest and linear interpolation
11 years ago
Vladislav Vinogradov
3b05acf936
reorganize code for further modifiction
11 years ago