Ilya Lavrenov
|
1f51e6c0de
|
fixed kernel compilation warnings on MacOSX
|
11 years ago |
Adrian Stratulat
|
3561bc1bbc
|
rename vBinOp64f to vBinOp64, minor fixups
|
11 years ago |
Ilya Lavrenov
|
39c1e5ff73
|
added perf tests for min, max, abs
|
11 years ago |
Andrey Pavlenko
|
ad1ba56fcf
|
Merge pull request #1597 from alalek:ocl_fix_cleanup
|
11 years ago |
Andrey Pavlenko
|
c820777967
|
Merge pull request #1596 from alalek:test_fix_run_py
|
11 years ago |
Andrey Pavlenko
|
3b1c53fa8d
|
Merge pull request #1551 from alalek:cmake_install_win
|
11 years ago |
Alexander Alekhin
|
3eba2011b9
|
test: run.py: return valid errorCode in case of the single test run
|
11 years ago |
Alexander Alekhin
|
6b9f74ae84
|
ocl: fix cleanup on Windows platform (for clAmdBlas/clAmdFft)
|
11 years ago |
Adrian Stratulat
|
cb445d697c
|
Refactor vectorized arithmetical operations
|
11 years ago |
Andrey Pavlenko
|
d5723480e1
|
Merge pull request #1592 from alalek:ocl_program_cache_update
|
11 years ago |
Andrey Pavlenko
|
a351161fd7
|
Merge pull request #1591 from alalek:ocl_remove_cl_hpp_h
|
11 years ago |
Andrey Pavlenko
|
37a9c7bdd6
|
Merge pull request #1593 from ilya-lavrenov:ocl_war_on_double
|
11 years ago |
Ilya Lavrenov
|
9d1636daa6
|
catching OpenCL double not supported exceptions
|
11 years ago |
Alexander Alekhin
|
d26f62569d
|
ocl: fix compilation warnings, update openCLExecuteKernelInterop
|
11 years ago |
Alexander Alekhin
|
43c638d07d
|
ocl: remove cl.hpp dependency (it is missed on Nvidia SDK and on some platforms)
|
11 years ago |
Alexander Alekhin
|
fbe7448250
|
cmake: export OpenCVModules for unix 'install', move macros desclarations
|
11 years ago |
Alexander Alekhin
|
bc089bb18c
|
cmake: update java module install rules
|
11 years ago |
Alexander Alekhin
|
4adede4246
|
cmake: python module updates
|
11 years ago |
Alexander Alekhin
|
c0a27ea1a1
|
cmake: update install rules for doc
|
11 years ago |
Alexander Alekhin
|
47dd44e490
|
cmake: OpenCVConfig.cmake: fix message
|
11 years ago |
Alexander Alekhin
|
74329ee416
|
cmake: revert CRT linkage option for MSVS
|
11 years ago |
Alexander Alekhin
|
034a77c26d
|
cmake: workaround for dependencies resolver (bypass non-module deps w/o check)
|
11 years ago |
ilya-lavrenov
|
7a53910495
|
fixed warning on windows
|
11 years ago |
Alexander Alekhin
|
555c505b70
|
update cmake 'install' target for Windows platform
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
|
11 years ago |
Andrey Pavlenko
|
e3b42ed137
|
Merge pull request #1589 from ilya-lavrenov:pr1582_fix
|
11 years ago |
Ilya Lavrenov
|
fccd37de7e
|
changes eps for NORM_L1
|
11 years ago |
Ilya Lavrenov
|
488e6aafaf
|
fixed the PR 1582
|
11 years ago |
Andrey Pavlenko
|
6b69a66c3c
|
Merge pull request #1579 from ilya-lavrenov:ocl_norm
|
11 years ago |
Andrey Pavlenko
|
ff8e5a04a4
|
Merge pull request #1586 from ilya-lavrenov:ocl_setto_win_fix
|
11 years ago |
Roman Donchenko
|
3d4ec7ad98
|
Merge pull request #1583 from SpecLad:name-enum-2
|
11 years ago |
Roman Donchenko
|
d04c4ef72a
|
Merge pull request #1582 from sperrholz:ocl-arithm-additions
|
11 years ago |
Roman Donchenko
|
dfb698dc64
|
Merge pull request #1581 from SpecLad:merge-2.4
|
11 years ago |
Alexander Alekhin
|
076eeffd4d
|
ocl: fix CL_RUNTIME_EXPORT for master branch
|
11 years ago |
Ilya Lavrenov
|
245ff93544
|
ocl setto fix for windows
|
11 years ago |
Ilya Lavrenov
|
bdd5038da4
|
ocl setto fix for windows
|
11 years ago |
Sebastian Krmer
|
3696174b14
|
fix documentation warning
|
11 years ago |
Ilya Lavrenov
|
c404da784f
|
fixed ocl::norm (previously the function used double as a work type)
|
11 years ago |
Roman Donchenko
|
cc7a13ea57
|
Named GraphCutSeamFinderBase to allow its usage in makePtr.
Sequel to bcb6f038 .
|
11 years ago |
Roman Donchenko
|
f07769e9d8
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVDetectOpenCL.cmake
cmake/OpenCVModule.cmake
modules/imgproc/src/floodfill.cpp
modules/nonfree/src/surf.ocl.cpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/include/opencv2/ocl/private/util.hpp
modules/ocl/perf/main.cpp
modules/ocl/src/arithm.cpp
modules/ocl/src/blend.cpp
modules/ocl/src/build_warps.cpp
modules/ocl/src/canny.cpp
modules/ocl/src/cl_programcache.hpp
modules/ocl/src/columnsum.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/initialization.cpp
modules/ocl/src/match_template.cpp
modules/ocl/src/matrix_operations.cpp
modules/ocl/src/mcwutil.cpp
modules/ocl/src/moments.cpp
modules/ocl/src/mssegmentation.cpp
modules/ocl/src/precomp.hpp
modules/ocl/src/pyrdown.cpp
modules/ocl/src/pyrlk.cpp
modules/ocl/src/pyrup.cpp
modules/ocl/src/split_merge.cpp
modules/ocl/src/stereo_csbp.cpp
modules/ocl/src/stereobm.cpp
modules/ocl/test/main.cpp
samples/ocl/bgfg_segm.cpp
samples/ocl/facedetect.cpp
samples/ocl/pyrlk_optical_flow.cpp
samples/ocl/squares.cpp
samples/ocl/stereo_match.cpp
samples/ocl/surf_matcher.cpp
samples/ocl/tvl1_optical_flow.cpp
|
11 years ago |
Sebastian Krämer
|
4ffd3fb905
|
add ocl::abs
|
11 years ago |
Sebastian Krämer
|
c844bbdd82
|
documentation update for ocl::min and ocl::max
|
11 years ago |
Sebastian Krämer
|
33df7131ae
|
add ocl::min and ocl::max (includes accuracy tests update)
|
11 years ago |
Vladislav Vinogradov
|
342e007dc6
|
now Allocator accepts GpuMat* instead of 3 pointers
|
11 years ago |
Vladislav Vinogradov
|
3b412b51ac
|
moved BufferPool management functions to public
|
11 years ago |
Vladislav Vinogradov
|
5ea8085220
|
added BufferPool class
|
11 years ago |
Vladislav Vinogradov
|
988ab79acb
|
added BufferAllocator
|
11 years ago |
Roman Donchenko
|
ae851af648
|
Merge pull request #1574 from alalek:svm_workaround
|
11 years ago |
Roman Donchenko
|
65ec9f77d9
|
Merge pull request #1577 from ilya-lavrenov:ocl_setto_opencl12
|
11 years ago |
Roman Donchenko
|
bc3669bfb1
|
Merge pull request #1576 from alalek:ocl_fix_cl_double
|
11 years ago |
Roman Donchenko
|
685eceb68a
|
Merge pull request #1567 from ilya-lavrenov:warn_fix
|
11 years ago |