12583 Commits (742fb559f7242b5a0afe31c7c08a32e37f155d54)

Author SHA1 Message Date
Dmitry-Me 4e582b131b Reduce veriables scope, move declaration to first use 10 years ago
Erik Karlsson 73663dcdd1 Added support for 16-bit input 10 years ago
Erik Karlsson 3bde9e9365 Added test cases 10 years ago
Erik Karlsson a9ff335a89 Added OpenCL support for FastNlMeansDenoisingAbs 10 years ago
Erik Karlsson 9f7cac8c59 Addtion of test cases for CV_8UC3 10 years ago
Erik Karlsson 0fdb95e195 Refactoring and addition of CV_8UC3 to ocl_fastNlMeansDenoising 10 years ago
StevenPuttemans aea328e326 fixing CUDA cascade classifiers function and needed models 10 years ago
Vladislav Vinogradov 4254e35f6a merge new setUseOptimizations function with existed setUseOptimized 10 years ago
Vladislav Vinogradov 4800a34be3 do not dump OpenCL info if it is disabled 10 years ago
Vladislav Vinogradov c10f1851cb rename setOptimizations -> setUseOptimizations 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Olexa Bilaniuk 5748cea80d Removed unnecessary precision in damped Cholesky decomposition. 10 years ago
Vladislav Vinogradov d696fac8b8 move cuda tests from core to cudaarithm 10 years ago
Ilya Lavrenov c5a80193a8 aarch64 support 10 years ago
Vladislav Vinogradov 57b8640a76 disable all optimizations for CUDA tests 10 years ago
Vladislav Vinogradov 12180bd7b1 add generic method to disable/enable all optimizations (IPP, OpenCL, Tegra) 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Vladislav Vinogradov f8484e3266 add fucntion to control tegra optimizations in run-time 10 years ago
Ilya Lavrenov b963d84b41 fixed bug #4215 10 years ago
Dmitry-Me 2311504c44 Reduce variables scope 10 years ago
Alexander Alekhin 52effe9e72 Android: fix JavaCameraView implementation 10 years ago
Eric Sommerlade 998a909705 fixed whitespace issues 10 years ago
StevenPuttemans 6902fa6b1c fix formula getGaussianKernel in docs 10 years ago
StevenPuttemans 7401b02022 fix ellipse fitting notice 10 years ago
Eric Sommerlade a07d7a70a0 added support for uncompressed parameters to tiff image format as described here: expertland.net/question/b6o3n6p9a72341db823b48nl98m91dx8n1/detail.html 10 years ago
Olexa Bilaniuk f454929d9c PRNG changes: xorshift128+ algorithm, and seeding API. 10 years ago
Nisarg Thakkar b8f65d0252 Same as Bug #3309. Pushing to master 10 years ago
Dmitry-Me 53566f2ec0 Reduce variable scope, fix indenting 10 years ago
Ilya Lavrenov 5f7a994ad1 fixed internal compiler error 10 years ago
StevenPuttemans 350dccf84a fix error 3714 10 years ago
Simon Heinen 5d97dd0ea5 Update android+AsyncServiceHelper.java 10 years ago
theodore cfccdc9b0c documenting findnonzero() function 10 years ago
theodore 453f384bd7 adding documentation for the findnonzero() function 10 years ago
Dmitry-Me 98a8045aaf Reduce variable scope 10 years ago
Dmitry-Me c4c3e4fe83 Remove unneeded indirections 10 years ago
Erik Karlsson 8e7aff4486 Changed fastNlMeansDenoising and fastNlMeansDenoisingMulti back to sum of sq distances. Moved sq sum of abs distances to fastNlMeansDenoisingAbs and fastNlMeansDenoisingMultiAbs 10 years ago
Maksim Shabunin 553020c448 Enabled STL usage within the library 10 years ago
UQ Times 1944443d10 iOS: fix crash from overrelease in UIImageToMat 10 years ago
Erik Karlsson e647b7c7e8 Calculating almost_dist2weight at full size to avoid bounds checking 10 years ago
Erik Karlsson baf266c29e Changed from sum of squared differences to sum of abs differences 10 years ago
Vladislav Vinogradov 671b59aa9d fix windows build with CUDA 10 years ago
Maksim Shabunin 79e8f0680c Updated ml module interfaces and documentation 10 years ago
exeltior b51805e245 Update mser.cpp 10 years ago
Ahmatnurov Dinar 21ee113af3 fixig std::bad_alloc 10 years ago
Dmitry-Me 103687871d Reduce variable scope 10 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
Vladislav Vinogradov a932d8aba1 use full qualified name for all internal namespaces to prevent ambiguous symbol errors 10 years ago
Olexa Bilaniuk e5696bc5e6 Whitespace change reverts to minimize delta w.r.t master. 10 years ago
Erik Karlsson c339720af9 Preparation for 16-bit colored denoising. Currently not working due to cvtColor not supportint 16-bit Lab conversion. 10 years ago
Hamid Bazargani 5070f2a334 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago