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
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
Alexander Alekhin
5ecf759742
core/ocl: update dynamic runtime
11 years ago
Anatoly Baksheev
262f70f3ab
cv::format declaration in default headers
12 years ago
Anatoly Baksheev
546c084fe6
fixed shadow error and added ocv_disable_module
12 years ago
Anatoly Baksheev
ace71cef3f
Added Affine3<T>::rvec()
12 years ago
Anatoly Baksheev
9f1f5aed53
compilation
12 years ago
Anatoly Baksheev
a9c7aa92d9
removed CV_EXPORTS from cv::Afiine
12 years ago
Alexander Smorkalov
9f04222a75
OpenCV Manager version++.
12 years ago
Andrey Pavlenko
f2cf9dd8bf
updating version to 2.4.7.2
12 years ago
Ilya Lavrenov
3eaa8f149b
added cv::intergal to T-API
12 years ago
Ilya Lavrenov
55af7857b9
added cv::warpPerspective to T-API
12 years ago
Séverin Lemaignan
9ce9fc3361
Ensure compilation to Javascript with Emscripten
12 years ago
Vadim Pisarevsky
161c3b71e6
hopefully, now opencv_test_imgproc should pass
12 years ago
Séverin Lemaignan
efe564e3b3
Ensure compilation to Javascript with Emscripten
12 years ago
Vadim Pisarevsky
6da5d21331
fixed many bugs related to Mat::getUMat(), asynchronous kernel execution etc. Also, played a bit with ocl::cvtColor vs cv::cvtColor performance
12 years ago
Alexander Alekhin
c1cfb4d422
core: added cv::error with CV_NORETURN attr
12 years ago
Ilya Lavrenov
09795e3265
added cv::resize INTER_AREA to T-API
12 years ago
Philippe FOUBERT
22ad487328
Comment correction
12 years ago