6496 Commits (1f4ddbe5b68f9a598227001ad10f061387ddb5fd)

Author SHA1 Message Date
Maks Naumov a01659825c remove unused variable in loadFromXML() 11 years ago
Maks Naumov b033a63e63 fix typo in test_cameracalibration 11 years ago
David Rolland cb8ddb1179 Corrected bug #1437. Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.) 11 years ago
Anatoly Baksheev 3f95818252 Added cloud shading support - additional normals array is used 11 years ago
Firat Kalaycilar 990295644e made a performance improvement. 11 years ago
Martin Chodakowski 267241b889 Fix typos in old python wrapper documentation(Bug #3628) 11 years ago
Maks Naumov 8271bd5f14 fix condition in CV_OperationsTest::operations1() 11 years ago
Vladislav Vinogradov d822d6f101 disable GeneralizedHough tests on gcc 4.7 11 years ago
Vladislav Vinogradov f8d922ad3e disable gpu::GeneralizedHough compilation on gcc 4.7 11 years ago
Alexander Smorkalov e23f7303a6 OpenCV version++. OpenCV Manager version++. 11 years ago
Ilya Lavrenov 9b9769169f doc typos 11 years ago
Ilya Lavrenov 7df92bbb77 fixed C4505 11 years ago
Alexander Alekhin eeed9ce247 perf report: summary.py: added custom --regressions map 11 years ago
Vladislav Vinogradov 6d368dc1e7 increase epsilon for MOG2::getBackgroundImage test: 11 years ago
Andrey Pavlenko 3747d2643f Revert pull request #1929 from @alalek "ocl: added workaround into Haar kernels" 11 years ago
Andrey Pavlenko 7d82171af4 - fix test 11 years ago
Andrey Pavlenko e6e817e613 Revert "Merge pull request #1779 from perping:integral_2.4" 11 years ago
Alexander Smorkalov d17740ec87 Bug #3553 JavaCameraView frame format and cvtColor format inconsistency fixed. 11 years ago
JinoBetti 91511c1521 Update out.cpp 11 years ago
Martin Jul a1798cb28e Fixed typo in BFMatcher in docs. 11 years ago
Ilya Lavrenov 80df44bd75 doc fix 11 years ago
Andrey Pavlenko fa5705613d splitting plain and OCL tests for SURF. 11 years ago
Andrey Pavlenko c1acbb02bc disabling calls to SURF_OCL causing tests failures 11 years ago
Andrey Pavlenko 63a746c6ea fixing conditional compilation 11 years ago
Andrey Pavlenko 7e03a8b279 fixing check_docs2.py issue 11 years ago
Vladimir Kolesnikov 60803afe8f Misprint fixed in table formatter 11 years ago
Andrey Pavlenko 259b9e093c disabling failing tests 11 years ago
Andrey Pavlenko 5421d741bc making OCL tests conform to the comon style 11 years ago
Alessandro Trebbi c4a63f6a86 - 11 years ago
Ilya Lavrenov 20b6191842 doc fix 11 years ago
Alexander Smorkalov 0dba5bdc4a Multiple fixes in camera. 11 years ago
Andrey Pavlenko fe5eaae102 adding missing include (fixing 'no ocl implementation' error) 11 years ago
Alexander Smorkalov 846266fde4 Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4. 11 years ago
Firat Kalaycilar c9f51d5eed modified BackgroundSubtractorMOG2::getBackgroundImage so that it can now work with gray-level images. 11 years ago
Andrey Pavlenko 640e180efe switching to CV_HAAR_SCALE_IMAGE mode, enabling test 11 years ago
Firat Kalaycilar 0a16d93e1d Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2 11 years ago
Alexander Smorkalov b4e4f13f9e Superres module enabled for Android. GPU samples build fixed for Android. 11 years ago
Ilya Lavrenov 3940b6163b remove intel guard since the code is 2 times faster on AMD too 11 years ago
yash 51cb6998ea made the example consistent with the fuction definition and improved doc 11 years ago
Anatoly Baksheev 0c02e5de25 minor doc fix 11 years ago
Anatoly Baksheev 24d8cbf940 Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry) 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
Ilya Lavrenov 61c347fb76 typos 11 years ago
Ilya Lavrenov 357a856cf6 nonfree perf tests 11 years ago
Ilya Lavrenov 6f76e7b42d improved performance of bitwise ops 11 years ago
Ilya Lavrenov adc15c2bba improved performance of cv::ocl::sum 11 years ago
Ilya Lavrenov 3ebfe60008 improved performance of cv::ocl::countNonZero 11 years ago
Ilya Lavrenov 8e79de35a8 changes for GFTT 11 years ago
Ilya Lavrenov a5afcd9f11 improved performance of cv::ocl::minMax 11 years ago