12011 Commits (8b791477df2e56d96f7befaa559b605f07648efa)

Author SHA1 Message Date
Erik Karlsson 4b5753daea Corrected documentation 10 years ago
Erik Karlsson a594a0677a Cleanup 10 years ago
Erik Karlsson c44488629a Changed parameters of fastNlMeansDenoising[Multi][Abs] from float * to std::vector<float> 10 years ago
Nils Plath ee55e4595c - Fixed compile error that appeared with Clang 5.1 on Mac 10.8.5: 10 years ago
Prof. Dr. Rudolf Haussmann 9f1eb70dbc Changes to be committed: 10 years ago
Erik Karlsson 21160137d4 Addition of test cases 10 years ago
Erik Karlsson cc8d94c6fc Addition of per-channel h-values for fastNlMeansDenoising[Multi][Abs] 10 years ago
Erik Karlsson 324fa26848 Refactoring of OpenCL implementation 10 years ago
Olexa Bilaniuk 9c432f4f75 Silence Windows warnings. 10 years ago
Olexa Bilaniuk 2113636d29 Made seed a constant. 10 years ago
Olexa Bilaniuk fcdbacdbb0 Corrected initialization of smart pointer. 10 years ago
Erik Karlsson 41ffcc27dd Added support for h = 0.0 10 years ago
Dmitry-Me 135701feac Double used as boolean for no reason 10 years ago
sanuj 441cd22343 Add documentation for solvePnP in calib3d 10 years ago
Erik Karlsson 1e82a67cc4 Additional refactoring 10 years ago
Maksim Shabunin ee2d7a1f39 Fixed warnings for iOS 10 years ago
Maksim Shabunin 451972f3cf Added ARM implementation in cvRound function 10 years ago
StevenPuttemans cef2cf2852 fixing locale settings - making it universal 10 years ago
Vadim Pisarevsky 5d8a1bf813 explained reason why IPP is disabled on 32-bit Linux. disable IPP's minMaxLoc_32f on 32-bit OSes only 10 years ago
Dmitry-Me 2fb4178f7c Reduce variable scope 10 years ago
Nils Plath 32d56c6b43 Fixed: wrong conversion of float-based Mat input inside the AKAZE. 10 years ago
Samyak Datta 20efcff166 Added doxygen comments for sqrBoxFilter() method 10 years ago
Erik Karlsson c41efe4e30 Refactoring in preparation for per-channel h-values 10 years ago
Vadim Pisarevsky 7a52c3d9f1 1) make sure Python 2.7 is detected on Ubuntu (including libs) when it's there. 10 years ago
Erik Karlsson 18be52c05b Changed LUTs from IT to int 10 years ago
Erik Karlsson 305cff36e2 Changed from IT to int for distance calculation 10 years ago
Dmitry-Me d164d51380 Fix potential null pointer dereference 10 years ago
Jonathan Viney 4f24dc0959 Fix KNN background subtraction not honoring width step. 10 years ago
Ilya Lavrenov cf4c79ebdd disabled some kernels for Android && NVidia 10 years ago
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