11942 Commits (0ee8634b2f07a7e2dec541e2e20ae5996e877275)

Author SHA1 Message Date
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
Hamid Bazargani 44f906eb35 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Hamid Bazargani e22678018b Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Hamid Bazargani 42176f8eb1 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
ASUS 9a555063e8 Fix sacCalcJacobianErrors arguments. (curr.inl replaced with best.inl) 10 years ago
Erik Karlsson 584372bbf2 Fixed bounds checking 10 years ago
ASUS 6dbf13d7b5 saveBestModel() is modified. accuracy test is passed. 10 years ago
Erik Karlsson d588c717da Using WEIGHT_THRESHOLD to limit table size. Still problematic with 16-bit and big h-values. 10 years ago
Erik Karlsson 42db9e7153 Basic 16-bit implmentation of fastNlMeansDenoising. Table-based exponetiation leads to high memory footprint and loss of precision in 16-bit mode. 10 years ago
Erik Karlsson 49e93747b1 Added saturate_cast from int64 and uint64 10 years ago
Olexa Bilaniuk ff2509af56 Fixed printouts in testcase to blame the correct method for a failure. 10 years ago
Erik Karlsson 8368fb9ea8 Additional refactoring preparing for 16-bit implementation 10 years ago
Dmitry-Me c3f8fc41b7 Parameters should have been passed by reference 10 years ago
Erik Karlsson e178294b49 Refactoring in preparation for 16-bit implementation of fastNlMeansDenoising 10 years ago
Maksim Shabunin a5a510da4b Support for compound modules, support for contrib_world 10 years ago
Dmitry-Me ea48fcfc9f Fix possible null pointer dereference 10 years ago
Olexa Bilaniuk ccd33a721e Fixed build failures related to designSPRTTest(). 10 years ago
Olexa Bilaniuk adac8c04bb Converted to C++ style, + bugfixes. 10 years ago
Andrew Senin 8c7b3b91fa Fixing XIMEA parameters mapping (issue #4176) 10 years ago
Olexa Bilaniuk 87c2b8197a Bug fixes in mask output. 10 years ago
Olexa Bilaniuk b90800f0c7 Corrected typo in comment. 10 years ago
Alexander Alekhin 2054123890 coreTlsData -> getCoreTlsData() 10 years ago
Olexa Bilaniuk 2609e77af7 Silence spurious loss-of-data warnings from Windows. 10 years ago
Olexa Bilaniuk ce0570b777 Splitting vectorized code into separate branch. 10 years ago
Olexa Bilaniuk 69b146412a Edited Doxygen documentation in the module calib3d. 10 years ago
Maksim Shabunin c85197da55 Fixed allocated vector size in ML ANN algorithm 10 years ago
Yan Wang 99aaf4030a Remove unnecessary barrier in runHaarClassifier(). 10 years ago
sergei 0d72420480 HAVE_TEGRA_OPTIMIZATION was fixed 10 years ago
Andrew Senin 52535b356c Fix for assert in compute when subimage is used (see issue #4149) 10 years ago
Alexander Alekhin f282fd0ebf ocl: print missing error message only if OPENCV_OPENCL_RUNTIME is used 10 years ago
Maksim Shabunin cf0a29ce4d Fixed win64 compile warning 10 years ago
Maksim Shabunin 10639c9526 Shape module tests refactored 10 years ago
Maksim Shabunin 53c9460454 Reorganized ML module documentation 10 years ago
Alexander Alekhin 0a07d780e0 ocl: OpenCL SVM support 10 years ago
Alexander Alekhin 58ad952b1a UMat: added USAGE_ALLOCATE_SHARED_MEMORY 10 years ago
Ilya Lavrenov dcb0c68ed3 fix for -m32 10 years ago
Vladislav Vinogradov c9e07bbc95 exclude compactPoints and calcWobbleSuppressionMaps from compilation 10 years ago
Vladislav Vinogradov 6ebc95470b fix videostab compilation without CUDA 10 years ago
Vladislav Vinogradov 2660eee961 restore CUDA module introduction 10 years ago
Vladislav Vinogradov a0691289f9 fix cudalegacy sanity test 10 years ago
Vladislav Vinogradov 124ac15f1e remove cuda module 10 years ago
Vladislav Vinogradov ce0e595a4f move the rest cuda functions to cuda legacy 10 years ago
Vladislav Vinogradov f1e1785386 move vstab related CUDA routines to vstab module 10 years ago
Vladislav Vinogradov b416e8715d move labeling routines from cuda to cudalegacy 10 years ago
Yan Wang df697f6520 Optimize runLBPClassifierStumpSimple by built-in mad24. 10 years ago
Vladislav Vinogradov 62f8240b00 fix videostab module compilation 10 years ago