7084 Commits (b8ce65bec8bc88979291248bf3b47499ea8d9131)

Author SHA1 Message Date
Alexander Shishkov cc529d971b removed tabs 11 years ago
Evgeniy 8236181c62 Added more colorizing options to XLS generating script 11 years ago
Marijan Vukcevich 9a98cd6e65 Update cap_ios_abstract_camera.mm 11 years ago
Vladislav Vinogradov 150e522bee fix bug #3552: 11 years ago
Ilya Lavrenov 510680a5df typo 11 years ago
Anatoly Baksheev 03bd82796d source compatibility with master 11 years ago
Anatoly Baksheev 56754e907d fixed crash for windows if console widow is closed or CTRL_C/CTRL_BRAK keys in console are pressed. 11 years ago
Anatoly Baksheev 1a5dfe421d Added WidgetMerger, Polyline - colors support for each point independently, simple widgets now compute color array instead of setting global color 11 years ago
Vladislav Vinogradov 8b8c368148 fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo) 11 years ago
Vladislav Vinogradov b4845d8c9f temporary disable performance test for alphaComp function(cherry picked from commit 1ce5165cb7) 11 years ago
Alexander Alekhin d1606b4aa3 ocl: added SVM perf test 11 years ago
Vladislav Vinogradov 1ce5165cb7 temporary disable performance test for alphaComp function 11 years ago
Alexander Smorkalov ea51396731 Dead code removed as this cannot be null in Java. 11 years ago
Vladislav Vinogradov aa82f921cc temporary disable perf test for StereoBeliefPropagation(cherry picked from commit eb247d826f) 11 years ago
Vladislav Vinogradov 2da7eae2c4 increase epsilon for AlphaComp sanity test for integer input(cherry picked from commit 9e69e2a07a) 11 years ago
Alexander Smorkalov dbe7634286 Dead code removed as this cannot be null in Java. 11 years ago
Vladislav Vinogradov eb247d826f temporary disable perf test for StereoBeliefPropagation 11 years ago
Vladislav Vinogradov 9e69e2a07a increase epsilon for AlphaComp sanity test for integer input 11 years ago
Ilya Lavrenov 879c0196d4 enabled OpenGL on MacOSX 11 years ago
Stuart Cunningham 5d43d3ca88 Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types. 11 years ago
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host. 11 years ago
Zhigang Gong 9aef26e2ad Workaround a LLVM/Clang 3.3 bug. 11 years ago
Anatoly Baksheev 261546f6f6 casting Vec3b operator for viz::Color 11 years ago
Alexander Smorkalov f1ef3a4865 OpenCV version++. 11 years ago
Vladislav Vinogradov 9997aa8187 decrease input size for several gpu tests to fix "timed out" error: 11 years ago
Vladislav Vinogradov f15b42018c fix nonfree module compilation without CUDA(cherry picked from commit 3e1f74f2ca) 11 years ago
Alexander Smorkalov a49beb7c73 Multiple improvements in OpenCV examples build. 11 years ago
Vladislav Vinogradov 3e755b2290 turn on CUDA part of stitching module on Android for non-dynamic build(cherry picked from commit a138e5a6a5) 11 years ago
Vladislav Vinogradov f15a167df4 turn on CUDA part of nonfree module on Android for non-dynamic build(cherry picked from commit d8f7377122) 11 years ago
Ilya Lavrenov f6367a2ea5 eliminated possible memory leak 11 years ago
Vladislav Vinogradov 5f88e2b496 fix #3477: 11 years ago
Seunghoon Park 2c7cf52e3b fixing bug #3345. use norm to make sure two matrices are the same. 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
Pierre-Emmanuel Viel cdea6b532f 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 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
Seunghoon Park 27a8bb471b fixing bug #3345. don't use BORDER_ISOLATED alone. it should be combined with some border type 11 years ago
Seunghoon Park 7868733002 fixing bug #3345 11 years ago
Ilya Lavrenov 469aef2e5e fixed bug #3341 11 years ago
Roman Donchenko 5e00fc6afe Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
Anatoly Baksheev f1c062c30a cloud collection finalize 11 years ago
Anatoly Baksheev 5dc17f5d58 Fixed all OpenGL issues for Macos (via objective-C++ layer) 11 years ago
Anatoly Baksheev 069dd8a068 default meshlab background 11 years ago
Anatoly Baksheev f8ccc115ef proper render call order (fixes some issues with VTK6.1) 11 years ago
Anatoly Baksheev 17fea0dd0a fixed size_t/int conversion warnings 11 years ago
Anatoly Baksheev 998aefd1d1 cloud collection merges data only on rendering 11 years ago
Anatoly Baksheev eb8728d727 Updated cloud io functionality - removed dependency from VTK legacy 11 years ago
Anatoly Baksheev becbfa6281 Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function 11 years ago