Eric Martin Christiansen
c8a3a85e26
adds include to fix build
12 years ago
Ilya Lavrenov
036e99d03a
fixed ipp-related warnings
12 years ago
Ilya Lavrenov
8c82decf5b
added plain branch to HoughCircle perf test
12 years ago
Ilya Lavrenov
72c35d3a89
fixed mog2
12 years ago
Ilya Lavrenov
fb73e7b4bd
fixed pyrlk optical flow
12 years ago
Alexander Alekhin
de0f310e81
ocl: tests: RNG usage refactoring
12 years ago
Roman Donchenko
3cfad385ec
Fix a -Wshadow warning in cap_openni.cpp.
12 years ago
Roman Donchenko
32630dbf61
Adapt cap_openni.cpp to the new Ptr.
12 years ago
StevenPuttemans
2f474db27f
Fix of bug #3283 and bug #3301
...
Added extra information for fitEllipse, minAreaRect and addapted ellipse &
ellipse2Poly parameter description.
12 years ago
Alexander Alekhin
90df620deb
ocl: stereo_csbp: divUp -> roundUp
12 years ago
Alexander Alekhin
2d1a6687f9
autogenerated code
12 years ago
Alexander Alekhin
2fdfa37ea5
ocl: runtime, fix 32-bit builds
12 years ago
Ilya Lavrenov
10d60f99dc
fixed ocl::integral and enabled perf test for it
12 years ago
Ilya Lavrenov
5f81988699
refactored arithm binary operations in order to make them more scalable
12 years ago
Alexander Alekhin
d74ca7b39d
ocl: update module documentation
12 years ago
Alexander Alekhin
7f0680fc8b
ocl: workaround for OpenCL C++ bindings usage: CL/cl.hpp
12 years ago
Alexander Alekhin
8beb514ecf
ocl: merge with upstream/2.4
12 years ago
Alexander Alekhin
16adbda4d3
ocl: added OpenCL device selection via OPENCV_OPENCL_DEVICE environment variable
12 years ago
Alexander Alekhin
dd9ff587dc
ocl: file-based ProgramCache refactoring
12 years ago
Alexander Alekhin
b00f79ac5f
ocl: move program names into opencl_kernels.hpp
12 years ago
Alexander Alekhin
e8d9ed8955
ocl: split initialization.cpp into 3 files: context, operations, programcache
12 years ago
Ilya Lavrenov
dafd4da031
removed ocl::minMax_buf, updated doc (operation on matrices)
12 years ago
Roman Donchenko
1817a07a5e
Fixed a -Wnull-conversion Clang warning in cap_gstreamer.cpp.
12 years ago
Roman Donchenko
fa9d092c43
Fix a -Wparentheses-equality Clang warning in cap_libv4l.cpp.
12 years ago
Alexander Smorkalov
1aaeb52a4c
Android NDK r9 support. x64 NDK support fix for MacOS X.
12 years ago
Alexander Smorkalov
ccb48ddee0
Android NDK r9 support. x64 NDK support fix for MacOS X.
12 years ago
Ilya Lavrenov
adca219f18
fixed convertC3C4 and convertC4C3 functions in case cols == 1
12 years ago
Pablo Speciale
f47afe5799
Fixed VIZ compilation module (Bug 3297: code.opencv.org/issues/3297)
12 years ago
Alexander Alekhin
12eb340a4e
removed invalid comment
12 years ago
Alexander Alekhin
5ab49c4cc2
ocl: cl_runtime: added autogenerated code
12 years ago
Alexander Alekhin
212ad97100
ocl: dynamic load of OpenCL libraries
...
Support functions from OpenCL 1.1 / OpenCL 1.2
12 years ago
Ilya Lavrenov
e8b93040d6
enabled ocl::norm perf test
12 years ago
Roman Donchenko
58da54cb7a
Cherry-picked mariusmuja/flann@8c8b0e0cb879666797ab2ac51b9ee438bf84a183.
...
Original author: me.
12 years ago
Ilya Lavrenov
a613a1a1da
fixed ocl::bitwise_not in case of CV_8UC1, CV_8UC2
12 years ago
Roman Donchenko
4c19e0273a
Cherry-picked mariusmuja/flann@b615f2694723fe402b8bbe50d77e622beff7f171.
...
Original author: Alex Wilson.
12 years ago
Roman Donchenko
78c4ffec99
Revert "Fixed a bug in FLANN resulting in uninitialized accesses."
...
This reverts commit a9975b144a
, to prepare
for cherry-picking upstream's solution.
12 years ago
Roman Donchenko
e65eb4e042
Updated Google Test to 1.7.0.
12 years ago
Roman Donchenko
bcb6f0386e
Named FastFeatureDetector::Type to allow its use in makePtr.
...
It has actually worked before (likely because it's inside a class),
but C++03 does disallow unnamed types as template arguments,
and there's a report that at least in one version of GCC it's
enforced: <http://code.opencv.org/issues/3278 >.
12 years ago
Ilya Lavrenov
4322c47bb2
removed test_norm.cpp from ocl tests
12 years ago
Alexander Alekhin
a8ac3ec72a
ocl: perf test: disable MOG2 (random hungs), enable upload/download
12 years ago
Alexander Alekhin
66e4aead97
perf tests: added SANITY_CHECK_NOTHING()
12 years ago
Nghia Ho
61f5176bad
Removed trailing whitespace
12 years ago
Ilya Lavrenov
065b40c6c3
fixed and extended ocl::norm
12 years ago
Vladislav Vinogradov
f4fb7fe1be
fixed compilation error "ambiguous symbol" on CUDA 5.0:
...
disabled Texture Reference API for old CUDA toolkits
12 years ago
Tony
0d06b1dced
Change true for TRUE
...
The second parameter of gtk_widget_set_realized is of type gboolean
(gint). This is to ensure compatibility on alternative compilers and
platforms.
12 years ago
Alexander Alekhin
958604a68e
perf test: update error message about relative error
12 years ago
Vadim Pisarevsky
c810d03d5c
some more attempts to fix compile bug on Android
12 years ago
Ilya Lavrenov
a562b5c985
fixed ocl::meanStddev and created accuracy test for this function
12 years ago
Ilya Lavrenov
7379152afb
fixed ocl::setIdentity
12 years ago
Vadim Pisarevsky
c3748a5f95
fixed the trailing whitespaces
12 years ago