Andrey Pavlenko
|
d1d451c952
|
Merge pull request #2431 from ilya-lavrenov:tapi_perf
|
11 years ago |
Andrey Pavlenko
|
2f0fe5b87b
|
Merge pull request #2450 from ilya-lavrenov:tapi_test
|
11 years ago |
Andrey Pavlenko
|
f21a94880e
|
Merge pull request #2452 from ilya-lavrenov:tapi_disable_surf
|
11 years ago |
Ilya Lavrenov
|
d9c5fbc9ba
|
disable SURF
|
11 years ago |
Ilya Lavrenov
|
f404315368
|
test for clEnqueueReadBufferRect
|
11 years ago |
Roman Donchenko
|
42f9ee3f3e
|
Merge pull request #2440 from codyrigney92:Master_LKOptFlow_NEON
|
11 years ago |
Cody Rigney
|
a80ebfe28d
|
Master Version: Added NEON Optimizations for LK Optical Flow.
|
11 years ago |
Andrey Pavlenko
|
0a3aca230c
|
Merge pull request #2436 from ilya-lavrenov:tapi_dft_fix
|
11 years ago |
Andrey Pavlenko
|
c9d8025fab
|
Merge pull request #2391 from ilya-lavrenov:tapi_match_template
|
11 years ago |
Andrey Pavlenko
|
c00f0faf24
|
Merge pull request #2408 from ilya-lavrenov:tapi_core_opt
|
11 years ago |
Roman Donchenko
|
5527f2872d
|
Merge pull request #2409 from juanmanpr:master
|
11 years ago |
Roman Donchenko
|
0692a674d1
|
Merge pull request #2381 from ElenaGvozdeva:ipp_resize
|
11 years ago |
Roman Donchenko
|
7ecbf45751
|
Merge pull request #2435 from SpecLad:merge-2.4
|
11 years ago |
Ilya Lavrenov
|
be5b5a0471
|
fixed cv::dft
|
11 years ago |
Roman Donchenko
|
db85c35e69
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/contrib/src/basicretinafilter.hpp
modules/contrib/src/magnoretinafilter.hpp
modules/contrib/src/parvoretinafilter.hpp
modules/contrib/src/retinacolor.hpp
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/highgui/src/cap_tyzx.cpp
modules/ocl/perf/perf_filters.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/opencl/haarobjectdetect.cl
modules/ocl/test/test_filters.cpp
modules/ocl/test/test_objdetect.cpp
|
11 years ago |
Roman Donchenko
|
af8aa8a2fa
|
Merge pull request #2433 from ilya-lavrenov:typos
|
11 years ago |
Ilya Lavrenov
|
eedf86402d
|
typos
|
11 years ago |
Ilya Lavrenov
|
68957b2757
|
added some new performance tests
|
11 years ago |
Andrey Pavlenko
|
409bd162ff
|
Merge pull request #2421 from akarsakov:fix_ocl_haar_intel
|
11 years ago |
Andrey Pavlenko
|
37580687e6
|
Merge pull request #2427 from alalek:ocl_build_log
|
11 years ago |
Elena Gvozdeva
|
68edda3350
|
fixed
|
11 years ago |
Alexander Alekhin
|
b9d68ef061
|
core/ocl: OpenCL build log improvements
|
11 years ago |
Andrey Pavlenko
|
57b6850d74
|
Merge pull request #2415 from vpisarev:fix_stereobm_sse
|
11 years ago |
Alexander Karsakov
|
e6f6707558
|
OCL: Fix for Haar classifier (thanks to Konstantin Rodyushkin).
|
11 years ago |
Roman Donchenko
|
7dc22b4ea6
|
Merge pull request #2419 from linquize:tgit.icon
|
11 years ago |
Linquize
|
a228633d31
|
Add tgit.icon project config
|
11 years ago |
Roman Donchenko
|
bd5d8404c9
|
Merge pull request #2393 from ilya-lavrenov:coverity
|
11 years ago |
juanmanpr
|
7a68e3d207
|
CV_Assert for photo module corrected
|
11 years ago |
Roman Donchenko
|
693129902d
|
Merge pull request #2399 from SpecLad:merge-2.4
|
11 years ago |
Vadim Pisarevsky
|
a3aced20c1
|
fixed difference between SSE2 and C branches of StereoBM; they should now produce absolutely the same results
|
11 years ago |
Roman Donchenko
|
c9a4a82667
|
Merge pull request #2358 from rohitgirdhar:rotatedRect
|
11 years ago |
Ilya Lavrenov
|
ce0557ebb8
|
fixed defects from Xcode
|
11 years ago |
Elena Gvozdeva
|
45cc8a5300
|
fixed
|
11 years ago |
Roman Donchenko
|
1db1a83410
|
Merge pull request #2410 from asmorkalov:android_tiff_lowmem_fix
|
11 years ago |
Roman Donchenko
|
48432502b6
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/introduction/linux_gcc_cmake/linux_gcc_cmake.rst
modules/core/CMakeLists.txt
modules/features2d/perf/opencl/perf_brute_force_matcher.cpp
modules/highgui/src/grfmt_tiff.cpp
modules/imgproc/src/clahe.cpp
modules/imgproc/src/moments.cpp
modules/nonfree/CMakeLists.txt
modules/ocl/perf/perf_ml.cpp
modules/superres/CMakeLists.txt
|
11 years ago |
Roman Donchenko
|
3693facd9e
|
Merge pull request #2412 from arunjvs:master
|
11 years ago |
Ilya Lavrenov
|
fe38aab84a
|
core tapi optimization
|
11 years ago |
Arun JVS
|
31fb7c4fec
|
Fixed Bug #3568: Build fails with WITH_OPENGL=ON
|
11 years ago |
Elena Gvozdeva
|
48e7bc6b30
|
fixed
|
11 years ago |
Roman Donchenko
|
7dc549f166
|
Merge pull request #2411 from asmorkalov:android_mat_leak_fix
|
11 years ago |
Alexander Smorkalov
|
c78142acb0
|
Bug #3391 org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update fixed.
The crash was cased by massive Mat objects leak in NativeCameraView class.
|
11 years ago |
Alexander Smorkalov
|
dbb7aa7856
|
Highgui_Tiff.decode_tile16384x16384 disabled for Android.
Last changes in test leads to SIGKILL on Android.
SIGKILL is called by out of memory killer.
|
11 years ago |
Andrey Pavlenko
|
d695d4a0bf
|
Merge pull request #2406 from ilya-lavrenov:abf
|
11 years ago |
juanmanpr
|
540a60fca7
|
Replaced calls to cout from photo module, by CV_Assert
|
11 years ago |
Ilya Lavrenov
|
653b99c9bd
|
new scheme of sqrSum
|
11 years ago |
Ilya Lavrenov
|
e1a598c5b3
|
disabled ABF tests
|
11 years ago |
Andrey Pavlenko
|
73dfc4cb8c
|
Merge pull request #2402 from ilya-lavrenov:amd_libs
|
11 years ago |
Andrey Pavlenko
|
3845b96f6c
|
Merge pull request #2388 from alalek:coverity_bug_fix
|
11 years ago |
Andrey Pavlenko
|
52a339cba5
|
Merge pull request #2401 from akarsakov:fix_elem_size
|
11 years ago |
Andrey Pavlenko
|
0f43345f9e
|
Merge pull request #2394 from ilya-lavrenov:tapi_memop_fix
|
11 years ago |