Ilya Lavrenov
6ad4823f0c
ported superres to T-API
11 years ago
Ilya Lavrenov
372cdac07c
moved kernelToStr to ocl.hpp
11 years ago
Alexander Alekhin
f91f55927e
fix memory management problem
11 years ago
Ilya Lavrenov
7c96d98a24
implemented OpenCL version of cv::accumulate****
11 years ago
Ilya Lavrenov
78c2b3ca2a
refactored imgproc
11 years ago
Ilya Lavrenov
48a084c236
OpenCL version of cv::buildPyramid
11 years ago
Ilya Lavrenov
321782b9b7
added macro with ability of returning values
11 years ago
Ilya Lavrenov
7f785e0a11
refactored core using new macro
11 years ago
vbystricky
c57e427fba
Move OpticalFlowPyrLK from ocl module to video module
11 years ago
Ilya Lavrenov
cc514ac7a9
added new macros useful for tracking whether OpenCL impl run or not
11 years ago
Alexander Smorkalov
a348f3eeaa
OpenCV version++
11 years ago
Konstantin Matskevich
ae827a638c
fixes
11 years ago
Konstantin Matskevich
f90e41d54e
dumpinfo
11 years ago
Konstantin Matskevich
ca5689e0db
BFMatcher
...
match
radiusMatch
11 years ago
Anatoly Baksheev
02ebc4368c
Viz initial backport, compilation fixes, moved viz/viz.hpp header according to 2.4 style
11 years ago
Anatoly Baksheev
ac035b9b8e
review comments
11 years ago
Anatoly Baksheev
0d702b83f4
updated code to use mapper->SetInput instead of SetInputConnection. All widgets except plane, images ans texts
11 years ago
Anatoly Baksheev
7b28f730f4
traits for Affine3
11 years ago
Anatoly Baksheev
a76a34d28e
added Affine3: 3x4 input Mat support
11 years ago
Anatoly Baksheev
3e071491c9
added Affine3 ctor from array
11 years ago
Anatoly Baksheev
b1c0bf1fee
Affine::rotate(rvec) method
11 years ago
Anatoly Baksheev
7e952e2f10
removed incorrect and unnecessarily methods from Affine3f
11 years ago
Ilya Lavrenov
37789f015a
deleted excess semicolons, commas
11 years ago
Ilya Lavrenov
93a818684c
ported cv::Canny to T-API
11 years ago
Ilya Lavrenov
6ee0b6eb56
added mask support to cv::norm, cv::meanStdDev
11 years ago
Alexander Alekhin
70a0327004
core/ocl: cleanup unused files
11 years ago
Kazuki Matsuda
2ae20c74a2
Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m)
...
Fix compilation erros when compiling this constructor.
First argument type of "convertTo" should be instance, not a pointer of instance.
First pull request was created for master branch.
But it should be marged for 2.4.
https://github.com/Itseez/opencv/pull/2113
11 years ago
Anatoly Baksheev
c2dd7fd762
compilation for windows
11 years ago
Roman Donchenko
984c4d200f
Set the version status to "-tp", for "technical preview".
11 years ago
Miroslav Kobetski
3f07655231
Fix for bug #3469 CV_XADD failing in clang+nvcc combination
11 years ago
Konstantin Matskevich
55634c1f52
fix
11 years ago
Ilya Lavrenov
c4c913ff13
converted CPU-based example to T-API (Mat 2 UMat, etc)
11 years ago
Alexander Alekhin
217b2282b8
fixes
11 years ago
Alexander Alekhin
e49065b1dc
core/ocl: temporary move device selection from ocl module
11 years ago
Alexander Smorkalov
4ec1930949
OpenCV version++; OpenCV Manager version++.
11 years ago
Alexander Smorkalov
bc72f4d2a2
Code review fixes.
11 years ago
Vadim Pisarevsky
f41f633d2d
fixed various warnings from the “doc” and other builders
11 years ago
Ilya Lavrenov
c8cbfe5382
added cv::dft T-API test
11 years ago
Alexander Smorkalov
be530bd085
DeviceInfo class method that were implemented in header moved to cpp file.
11 years ago
Vadim Pisarevsky
9d3e7e027a
almost finished opencl-ization of cascade classifier
11 years ago
Alexander Smorkalov
88a883e68e
Build fix.
11 years ago
Ilya Lavrenov
2f34bb9aa0
added cv::gemm to T-API
11 years ago
Roman Donchenko
f2befa01f4
Fixed build for the TLS-related stuff.
11 years ago
Alexander Alekhin
9cb31e86ae
umat: fix memory leaks
11 years ago
Alexander Smorkalov
8660e048bc
Dynamic CUDA support library loading implemented for Linux.
...
Logical mistake in macro fixed;
DeviceInfo deligate reimplemented;
Build and warning fixes.
11 years ago
Alexander Smorkalov
d4087f19a2
All CUDA related stuff were moved to separate dynamic library.
11 years ago
Alexander Alekhin
11b9d5bf4d
core: added DirectX interop implementation (OpenCL) with samples
11 years ago
Alexander Alekhin
a118577a57
core: added TLS support
11 years ago
Alexander Alekhin
d0114b24e0
core/ocl: replace dynamic runtime
11 years ago
Alexander Alekhin
9f388a2be7
core/ocl: autogenerated files for dynamic runtime
11 years ago