Robbert Klarenbeek
|
e21c6e19db
|
Fix algorithm setter argument validation for uchar
|
12 years ago |
Ilya Lavrenov
|
4f9c081dc3
|
fixed bug #3319
|
12 years ago |
Ilya Lavrenov
|
09d25e11c6
|
fixed bug #3341
|
12 years ago |
Alexander Alekhin
|
44970ddf56
|
eliminate MINGW pragma warning
|
12 years ago |
Alexander Smorkalov
|
df63060e4d
|
Bugfix for DeviceInfoFuncTable in dynamicuda amd core modules.
|
12 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
|
12 years ago |
Alexander Smorkalov
|
1e038e2837
|
CUDA warning fix/supporession for Android.
|
12 years ago |
Alexander Smorkalov
|
4aa9f83100
|
Dynamic CUDA support library name fixed. Additional error messages added.
|
12 years ago |
Alexander Smorkalov
|
4ec1930949
|
OpenCV version++; OpenCV Manager version++.
|
12 years ago |
Alexander Smorkalov
|
bc72f4d2a2
|
Code review fixes.
|
12 years ago |
GregoryMorse
|
08d8faf9da
|
Update system.cpp
Add native C++ support
|
12 years ago |
Alexander Smorkalov
|
529bd41751
|
Build fixes for case where HAVE_CUDA==OFF.
|
12 years ago |
Alexander Smorkalov
|
069f3d8d9a
|
Build fixes for GPU module.
|
12 years ago |
Alexander Smorkalov
|
2509fa8080
|
Warious fixes for case where HAVE_CUDA==OFF.
|
12 years ago |
Alexander Smorkalov
|
5a5c82bb1d
|
Additional ENABLE_DYNAMIC_CUDA option implemented in cmake. Warning fixes and refactoring.
|
12 years ago |
Alexander Smorkalov
|
037ffcdf99
|
Dynamic CUDA support library reimplemented as OpenCV module.
|
12 years ago |
Alexander Smorkalov
|
64c94cb22c
|
CUDA related func tables refactored to remove unneeded dependencies.
|
12 years ago |
Alexander Smorkalov
|
6da7c50fb5
|
Make dependency from CUDA explicit to prevent from fake dependedcies from CUDA runtime.
|
12 years ago |
Alexander Smorkalov
|
442082eb0f
|
Fixes for Android support.
|
12 years ago |
Alexander Smorkalov
|
be530bd085
|
DeviceInfo class method that were implemented in header moved to cpp file.
|
12 years ago |
Ilya Lavrenov
|
3a6d248bee
|
typo
|
12 years ago |
Alexander Smorkalov
|
88a883e68e
|
Build fix.
|
12 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.
|
12 years ago |
Alexander Smorkalov
|
d4087f19a2
|
All CUDA related stuff were moved to separate dynamic library.
|
12 years ago |
Peter Andreas Entschev
|
f44de302a0
|
cv::completeSymm fixed to work with any OpenCV data type and multiple channels.
|
12 years ago |
Alexander Alekhin
|
a118577a57
|
core: added TLS support
|
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 |
Séverin Lemaignan
|
9ce9fc3361
|
Ensure compilation to Javascript with Emscripten
|
12 years ago |
Vladislav Vinogradov
|
95ebdf4069
|
fixed compilation with CUDA 6.0:
GpuMat::setTo function, removed NPP call for CV_8S
|
12 years ago |
StevenPuttemans
|
6f892b10ff
|
Applied feature #3375 and fix of pull 1842 to avoid merging problems later
|
12 years ago |
Vladislav Vinogradov
|
66221a32b9
|
fixed memory leak in ogl::Texture2D
|
12 years ago |
Anatoly Baksheev
|
8f6f9c3e58
|
compilation for VS2008
|
12 years ago |
Roman Donchenko
|
2c38be079e
|
Enabled CV_Assert and such to print the function name with Visual C++.
Also, I made a separate macro for the current function name, which
helps simplify a lot of code that uses it.
|
12 years ago |
Ilya Lavrenov
|
2df53d97c5
|
added ocl::repeat
|
12 years ago |
Alexander Smorkalov
|
f027cf80f7
|
OpenCV Version++. OpenCV Manager Version++.
|
12 years ago |
Han Qiang
|
88f68a3fe0
|
Fixed typo in document.
Signed-off-by: Han Qiang <a0byte@gmail.com>
|
12 years ago |
Ilya Lavrenov
|
1be77dd2f3
|
enabled accuracy tests for the functions that use inside AMD Blas/Fft
|
12 years ago |
Ilya Lavrenov
|
9d1636daa6
|
catching OpenCL double not supported exceptions
|
12 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).
|
12 years ago |
Ilya Lavrenov
|
d57a7008f1
|
fixed cmd parser when arg is like -+
|
12 years ago |
Ilya Lavrenov
|
036e99d03a
|
fixed ipp-related warnings
|
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
|
f1b5cbc8fe
|
ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp
|
12 years ago |
Alexander Alekhin
|
0ee47502d9
|
remove CV_EXPORT from templates
|
12 years ago |
Roman Donchenko
|
fec697b390
|
Silenced a few -Wcast-align warnings in the headers.
We don't use -Wcast-align ourselves, but the headers trigger warnings
for those users who do, which is not nice.
|
12 years ago |
Vadim Pisarevsky
|
61f2107829
|
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
|
12 years ago |
Alexander Smorkalov
|
6d3102141c
|
Globbing accuracy test fail on Windows RT fixed.
|
12 years ago |
kdrobnyh
|
f4aa7ff919
|
Add IPP support in meanStdDev, minMaxIdx, norm functions
|
12 years ago |
Alexander Smorkalov
|
114e04ee12
|
OpenCV version++. Current OpenCv version 2.4.6.2
|
12 years ago |