12326 Commits (6c421125555e86d6189c597a839c62cbfd491908)

Author SHA1 Message Date
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
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