1086 Commits (25b4d8a1b5a5a1f90f5006999766fdbd12250ce9)

Author SHA1 Message Date
Vladislav Vinogradov 629461c836 fix output matrix allocation in cv::subtract 11 years ago
Vladislav Vinogradov f9ff9c5618 fix cv::subtract function: 11 years ago
Vladislav Vinogradov 4c66614e07 fix cv::subtract function: 11 years ago
GregoryMorse 38db7a78df WinRT core compatibility fixes 11 years ago
Maks Naumov 29d1bce85f remove unused variable in TEST_P() 11 years ago
Maks Naumov 8271bd5f14 fix condition in CV_OperationsTest::operations1() 11 years ago
Alexander Smorkalov 0c30b18769 Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed. 11 years ago
Alexander Smorkalov e23f7303a6 OpenCV version++. OpenCV Manager version++. 11 years ago
JinoBetti 91511c1521 Update out.cpp 11 years ago
yash 51cb6998ea made the example consistent with the fuction definition and improved doc 11 years ago
berak 80708008a4 missing () on Mat::type() 11 years ago
kuroda sho f9484bae8a fix: use "cvAlloc" wrapper function for malloc. 11 years ago
kurodash 0eaeff0641 fix: use "cvAlloc" wrapper function for malloc. 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
Ilya Lavrenov eedf86402d typos 11 years ago
yash 394c74b349 edited the doc for mat::copyto and clarified the part regarding reallocation by .create 11 years ago
yash 38ef8894b7 Made a sentence in the doc for Mat::copyTo more clearer 11 years ago
Ilya Lavrenov 510680a5df typo 11 years ago
Vladislav Vinogradov 8b8c368148 fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo) 11 years ago
Ilya Lavrenov 879c0196d4 enabled OpenGL on MacOSX 11 years ago
Alexander Smorkalov f1ef3a4865 OpenCV version++. 11 years ago
Ilya Lavrenov f6367a2ea5 eliminated possible memory leak 11 years ago
Vladislav Vinogradov d5d88efd5d fix GpuMat::copyTo method with mask: 11 years ago
Drew Jetter 6cb7a7be18 Fixed bug #3489: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent. 11 years ago
Robbert Klarenbeek 345b3b0bdd Fix algorithm setter argument validation for uchar(cherry picked from commit e21c6e19db) 11 years ago
Kazuki Matsuda a65d7d4dd3 Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m) 11 years ago
Ilya Lavrenov 5e986f3347 fixed bug #3319 11 years ago
Ilya Lavrenov 469aef2e5e fixed bug #3341 11 years ago
Ilya Lavrenov e7e63fac6c eliminated possible memory leak 11 years ago
Alexander Smorkalov a348f3eeaa OpenCV version++ 11 years ago
Vladislav Vinogradov dda999545c fix GpuMat::copyTo method with mask: 11 years ago
Anatoly Baksheev 02ebc4368c Viz initial backport, compilation fixes, moved viz/viz.hpp header according to 2.4 style 11 years ago
Drew Jetter 6bf599b1bc Fixed bug #3489: The code assumed that two global variables would be constructed in a particular order, but global variable initialization order is compiler-dependent. 11 years ago
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" 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Kazuki Matsuda 2ae20c74a2 Fix typo of SparseMat_<_Tp>::SparseMat_(const SparseMat& m) 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
Ilya Lavrenov 09d25e11c6 fixed bug #3341 11 years ago
Alexander Alekhin 44970ddf56 eliminate MINGW pragma warning 11 years ago
Alexander Smorkalov df63060e4d Bugfix for DeviceInfoFuncTable in dynamicuda amd core modules. 11 years ago
GregoryMorse 4880858119 Update CMakeLists.txt 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
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 11 years ago