Roman Donchenko
5f8d8c0069
Added a test for matrix-to-vector copy and convert.
11 years ago
Roman Donchenko
4e4a7d0353
Removed an unnecessary workaround for matrix-to-vector copyTo.
11 years ago
Roman Donchenko
ee97a5e757
Re-fix bug #3319 with less side effects.
11 years ago
Roman Donchenko
f02204847a
Revert "fixed bug #3319"
...
See 092f916
for explanation.
This reverts commit 4f9c081dc3
.
11 years ago
Daniil Osokin
8ce691e679
Fixed cvtColor alpha channel docs
11 years ago
ahb
49dfa5a17f
Fix the following error for ocl::getOpenCLPlatforms() on Ubuntu 12.04 with gcc 4.8
...
OpenCV Error: Unknown error code -6 (OpenCL function is not available: [clGetPlatformIDs]) in opencl_check_fn, file /home/ahb/software/opencv/modules/ocl/src/cl_runtime/cl_runtime.cpp, line 83
The issue results from modules/ocl/src/cl_runtime/cl_runtime.cpp checking for
"linux" instead of "__linux__" (cp. http://sourceforge.net/p/predef/wiki/OperatingSystems/ )
Adjust all other occurrences of "defined(linux)" as well.
11 years ago
Andrey Pavlenko
4c99196399
adding `finish()` to flush CL queue, renaming the test to match 'master' branch
11 years ago
Daniil Osokin
5d2edced26
Added throwing exception when saving untrained SVM model
11 years ago
Andrey Pavlenko
a7821c60e5
refactoring the test as it should be in 2.4
11 years ago
Andrey Pavlenko
4d28e8243c
'master'-like Haar perf test
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
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
Pierre-Emmanuel Viel
3f458c6eb1
Fix: freeing previous elements has to be done before loading new parameters to avoid trying to delete unexisting objects if arrays size was modified
11 years ago
Robbert Klarenbeek
e21c6e19db
Fix algorithm setter argument validation for uchar
11 years ago
Ilya Lavrenov
4f9c081dc3
fixed bug #3319
11 years ago
Roman Donchenko
795c108f2b
Fixed MinGW build by declaring the minimal required Windows version.
...
Also deleted miscellaneous remaining multimon cruft.
Deleted #include <winuser.h>, because <windows.h> includes it
already.
This should have a nice side effect of preventing us from
accidentally using any Windows API that's too new.
11 years ago
Ilya Lavrenov
5db1754d49
SSE2 optimization of cv::remap doesn't work with big images
11 years ago
Ilya Lavrenov
09d25e11c6
fixed bug #3341
11 years ago
Alexander Alekhin
44970ddf56
eliminate MINGW pragma warning
11 years ago
Vladislav Vinogradov
53494ba397
increase thresholds for some tests
11 years ago
Vladislav Vinogradov
15678efe84
disable 2 problematic tests
11 years ago
Vladislav Vinogradov
8399568edf
disabled GEMM test if library was built without CUBLAS
11 years ago
Alexander Smorkalov
df63060e4d
Bugfix for DeviceInfoFuncTable in dynamicuda amd core modules.
11 years ago
Alexander Smorkalov
4175916b2a
dynamicuda became private module.
11 years ago
Ilya Lavrenov
d014cb8fb4
fixed warning [-Wempty-body]
11 years ago
Alexander Smorkalov
c48777a1c3
CUDA dependency in nonfree nodule removed. OpenCV.mk generation fixed.
11 years ago
Peng Xiao
0ccc903647
fixed a buffer overrun of ocl canny
...
the `map` buffer does not have the same size with CUDA and index starts at [1, 1] instead of [0, 0].
11 years ago
Alexander Smorkalov
4f6f6e8cac
static function qualifier replaced on inline to enable kernel compilation with OpenCL 1.1 embedded profile.
11 years ago
Alexander Karsakov
6ef0253fb7
Disabled some IPP implementation since it breaks tests
11 years ago
Andrey Pavlenko
734bf8babd
removing legacy stuff
11 years ago
GregoryMorse
4880858119
Update CMakeLists.txt
...
WinRT native C++ support allowing building of static libraries
Update CMakeLists.txt
Update OpenCVCRTLinkage.cmake
Update OpenCVCRTLinkage.cmake
11 years ago
dpen2000
d6a88397b4
Fix python sample path
11 years ago
Andrey Pavlenko
f9aa148ba9
eliminating VS2013 build warnings
11 years ago
Alexander Smorkalov
e79c875fe2
Java wrappers for functions from cv::gpu namespace in core module added.
11 years ago
Alexander Smorkalov
0206f419c1
ts dependency from CUDA runtime removed. All implicit CUDA calls replaced by calls from core module.
11 years ago
Alexander Smorkalov
1e038e2837
CUDA warning fix/supporession for Android.
11 years ago
Alexander Smorkalov
4aa9f83100
Dynamic CUDA support library name fixed. Additional error messages added.
11 years ago
Alex Willisson
4293a54447
Fixed typo in comment
11 years ago
Alexander Smorkalov
51d3138dff
OCV option ENABLE_DYNAMIC_CUDA mistake fix.
11 years ago
Alexander Smorkalov
4ec1930949
OpenCV version++; OpenCV Manager version++.
11 years ago
Alexander Smorkalov
bc72f4d2a2
Code review fixes.
11 years ago
GregoryMorse
08d8faf9da
Update system.cpp
...
Add native C++ support
11 years ago
krodyush
e8dd31aacd
change code according reviewer suggesions
11 years ago
Vladimir Bystricky
d6a7e8f84f
Remove TBB ifdef form code
11 years ago
Alexander Smorkalov
529bd41751
Build fixes for case where HAVE_CUDA==OFF.
11 years ago
krodyush
27c1bd2762
Improve ocl cvt_color performance for the following conversions: RGB<->BGR, RGB->Gray, RGB<->XYZ, RGB<->YCrCb, RGB<->YUV, and mRGBA<->RGBA.
...
The improvement was done basically by processing more than 1 pixel by each work-item and using vector's operations.
new performance tests were added
11 years ago
Alexander Smorkalov
069f3d8d9a
Build fixes for GPU module.
11 years ago
Alexander Smorkalov
2509fa8080
Warious fixes for case where HAVE_CUDA==OFF.
11 years ago
Alexander Smorkalov
5a5c82bb1d
Additional ENABLE_DYNAMIC_CUDA option implemented in cmake. Warning fixes and refactoring.
11 years ago
Alexander Smorkalov
037ffcdf99
Dynamic CUDA support library reimplemented as OpenCV module.
11 years ago