12011 Commits (8b791477df2e56d96f7befaa559b605f07648efa)

Author SHA1 Message Date
Dmitry-Me 6318409a5d Reduce variable scope 10 years ago
theodore 02c3d8d792 documentation for the hconcat and vconcat functions 10 years ago
Tim D. Smith b9b743bbe3 Don't explicitly link Python on OS X 10 years ago
Erik Karlsson 01d3df0d00 Added normType parameter to fastNlMeansDenoisingMulti 10 years ago
Erik Karlsson 70a64ebe72 Added test cases 10 years ago
Erik Karlsson 5f8d688664 Added parameter normType to fastNlMeansDenoising 10 years ago
Erik Karlsson 9fff7896c5 Removed fastNlMeansDenoisingColored[Multi]Abs 10 years ago
Yan Wang 433c3da7cf Optimize the performance of cascade OpenCL kernel. 10 years ago
Kai Wolf f815bbab24 Fix typo in types_c.h 10 years ago
Evgeny Agafonchikov 91bd7df8c1 Fixing invalid opencv_test_ml calls 10 years ago
Dikay900 fb8478eb7b add resetting the offset variable after setting a new image 10 years ago
Dmitry-Me ce167e233b Reduce variable scope 10 years ago
Alexander Alekhin b5529aef9c ocl/bufferpool: fix cleanup 10 years ago
Owen Healy ff48387a8a Fix bug of uninitialized matrix in findTransformECC 10 years ago
Dikay900 80069f384a resolve crash of haarclassifier when using a tilted feature 10 years ago
Ying Xiong decbdd1abb Fix compiler error on std::swap (CUDA7.0/clang/OSX) 10 years ago
Maksim Shabunin 9f08310307 Disabled TrainData::getNormCatValues wrapping due to pointer in parameters 10 years ago
Maksim Shabunin 231685133e OpenCV Manager: support 3.0.0 library 10 years ago
Maksim Shabunin 5709ec85d7 Disabled missing python method for static ml function 10 years ago
Maksim Shabunin 5247eacc3c Add python and java support for ml module 10 years ago
Maksim Shabunin d5b954c2d4 Moved property implementation macros to private header 10 years ago
Maksim Shabunin 7335a40a61 Replaced CV_PURE_PROPERTY macros with corresponding code 10 years ago
Maxim Kostin d1a8171011 Added WinRT concurrency support. 10 years ago
Olexa Bilaniuk 6d27d488bf Bugfix in n* optimization. 10 years ago
Philipp Hasper e0efda7145 Fixed persistent.hpp documentation 10 years ago
Dmitry-Me 0c5faa6d24 Fix uninitialized members, fix log output typo 10 years ago
Dmitry-Me 52a8d37f11 Fix potential null pointer dereference 10 years ago
Vadim Pisarevsky ca19ae8b5a in solvePnPRansac call the solvePnP in the end with all the inliers to get more precise estimate 10 years ago
Vadim Pisarevsky 5c352c9146 temporarily use EPNP in SolvePnP instead of UPNP or DLS algorithms, since the latter two are not quite stable 10 years ago
Naer Chang cdc9bc397d Revert "issue 3710" 10 years ago
Olexa Bilaniuk 7e3cc44738 More docs on variable accesses. 10 years ago
Dmitry-Me 8ed4bae4dd Reduce variable scope, make formatting consistent with surrounding code 10 years ago
Naer Chang dcc2512f58 issue 3710 10 years ago
Scott Graybill 3d2c0ed97f Removed check on limits. A common use of HoughLines would be to restrict theta to be between a small negative number and a small positive number, e.g. -pi/16 to pi/16. This wasn't possible with the previous checks. 10 years ago
Vadim Pisarevsky 1760078f67 trying to make solvePnPSmallPoints pass 10 years ago
Vadim Pisarevsky 7e07220440 made the solvepnp a bit more modest; test 5-point configuration instead of 4-point in some cases; reduce the noise in 4-point configurations in other cases 10 years ago
Maksim Shabunin 632afe6ae3 Fixed mangled install layout on unix machines 10 years ago
Pavel Vlasov 085409340e Implementation collector update; 10 years ago
ippei ito 518fd59a10 fixed whitespace error 10 years ago
ippei ito 49b38fe793 Fixed compile error build with VisualStudio2013 on windows. 10 years ago
Ilya Lavrenov 6f8b3fc633 cvRound 10 years ago
Adam Greig 211a131351 Fix Python3 binding's submodules 10 years ago
Roman Donchenko 34ad2e0fa4 Fix a memory leak in CvCapture_FFMPEG::close 10 years ago
Roman Donchenko 6274e1fc5f cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed... 10 years ago
Roman Donchenko 6b8ebf3e94 Fix memory leaks appearing when cvOpenFileStorage throws 10 years ago
Erik Karlsson 82c54104d6 Fix warnings on Win x64 10 years ago
Erik Karlsson 812edb5fdc Fixed bug, maxDist() should reurn int, not double 10 years ago
Erik Karlsson 8aa0783995 Changed parameter type of fastNlMeansDenoising[Multi][Abs] from std::vector<float> to const std::vector<float>& 10 years ago
Erik Karlsson b471f9ee26 Fixed call to tegra::fastNlMeansDenoising 10 years ago
hahne 1af4521239 fix for issue 1915 10 years ago