11973 Commits (4743184078659d4bcf43c363efd2aa430e4786ff)

Author SHA1 Message Date
Olexa Bilaniuk 52e67c1a29 Whitespace & Doc fixes on lower half of rho.cpp. 10 years ago
Dmitry-Me f8c454733b Remove dangerous string manipulation, merge declaration with assignment 10 years ago
Olexa Bilaniuk 27fd810b6f Silenced build warnings on Windows. 10 years ago
Olexa Bilaniuk 736b42b372 Refactorings and renamings. 10 years ago
Olexa Bilaniuk 408f93340a External interface converted to use OpenCV Ptr<> smart pointer. 10 years ago
Olexa Bilaniuk f592321771 Internal buffers converted to use OpenCV dynamic memory allocation. 10 years ago
Olexa Bilaniuk bb01231990 Substituted the NaN check with OpenCV's implementation. 10 years ago
Olexa Bilaniuk 16f36a5fda Replaced division by reciprocal + multiply in a few places. 10 years ago
Olexa Bilaniuk e1abc416cf Changed seeding in initialization. 10 years ago
Olexa Bilaniuk 0f6ea38eac Added OPENCV_ prefix to #include guard. 10 years ago
Olexa Bilaniuk a2affe70d9 Deleted last remnants of restrict keyword. 10 years ago
Dmitry-Me c587bae997 Uniform computation of variable size 10 years ago
Olexa Bilaniuk b229d6b7ac Moved constants to cv:: namespace. 10 years ago
Ilya Lavrenov 26eebb3ee3 increased EPS for cvtColor for NVIDIA 10 years ago
Dmitry-Me 1b7066fc95 Reduce variable scope, only compute values that are used later 10 years ago
Erik Karlsson 69eae13ff3 Changed pointers from sample_t * to uchar *. Rescaling psz accordingly. 10 years ago
Erik Karlsson d56d04e41b Updated documentation 10 years ago
Erik Karlsson ac6771f975 Added test cases 10 years ago
Erik Karlsson ae08884854 Added support for 4-component input for fastNlMeansDenoising[Multi][Abs] 10 years ago
Erik Karlsson 87760d13fb Cleanup and addition of 4-component support for ocl_fastNlMeansDenoising 10 years ago
Maxim Kostin 22a30af353 Fixing buildbot job: 10 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Erik Karlsson 50bb14a0a8 Avoiding unnecessary copy by creating borders in place after RGB -> RGBA conversion 10 years ago
Ilya Lavrenov ffc453ebfd fixed [-Wsign-compare] warning 10 years ago
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