11676 Commits (5ec908c5f0651ccb5928deed84b54efcd9ccf986)

Author SHA1 Message Date
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
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
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
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
Dmitry-Me 135701feac Double used as boolean for no reason 10 years ago
sanuj 441cd22343 Add documentation for solvePnP in calib3d 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
Vadim Pisarevsky 7a52c3d9f1 1) make sure Python 2.7 is detected on Ubuntu (including libs) when it's there. 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
Dmitry-Me f8c454733b Remove dangerous string manipulation, merge declaration with assignment 10 years ago
Dmitry-Me c587bae997 Uniform computation of variable size 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
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
Ilya Lavrenov ffc453ebfd fixed [-Wsign-compare] warning 10 years ago
Dmitry-Me 4e582b131b Reduce veriables scope, move declaration to first use 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
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