990 Commits (80770aacd781aafe76e2eb401bbe8a6a2a18761f)

Author SHA1 Message Date
Vadim Pisarevsky 90a78585fb reproduced test case from http://code.opencv.org/issues/4334 10 years ago
Christian Richardt cbaf0ecaf6 Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
Christian Richardt 242e64c08d Fixed triangulation bug http://code.opencv.org/issues/4334. 10 years ago
Martin Ueding 9e29762838 Add example data types for calibrateCamera call 10 years ago
Maksim Shabunin 1138a38dbe Use explicit no-sse flags when SSE is off 10 years ago
Mansour Moufid b99f7a29df Cast some image coordinates and sizes to double. 10 years ago
Ilya Lavrenov 89e3c508d8 fixed tests for aarch64 10 years ago
Deanna Hood eee210f3b5 Fix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error 10 years ago
Deanna Hood 34bc3b8595 Don't relax error level for particular fundamental matrix calculation methods 10 years ago
Martin Ueding 5ffb53f229 Add example data types for calibrateCamera call 10 years ago
Pavel Rojtberg 78eac67a01 clean up cvTriangulatePoints by using C++ primitives directly. 10 years ago
Vijay Pradeep 39ac84ff04 Fixing race condition by expanding resultsMutex lock section 10 years ago
Vadim Pisarevsky ee11a2d266 fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions 10 years ago
Daeyun Shin 4686b935c1 Fix typo in documentation. F = K^-T * E * K^-1 10 years ago
Maksim Shabunin 56b02331f7 Commented unused constants in the RHO algorithm 10 years ago
Maksim Shabunin fab2a947ca Fix build for VC10 10 years ago
Olexa Bilaniuk 6d27d488bf Bugfix in n* optimization. 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
Olexa Bilaniuk 7e3cc44738 More docs on variable accesses. 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
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
sanuj 441cd22343 Add documentation for solvePnP in calib3d 10 years ago
Olexa Bilaniuk 52e67c1a29 Whitespace & Doc fixes on lower half of rho.cpp. 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
Olexa Bilaniuk b229d6b7ac Moved constants to cv:: namespace. 10 years ago
Maksim Shabunin 37c74e38f4 Python support 10 years ago
Maksim Shabunin 457123027e Modified java wrapping mechanism 10 years ago
Dmitry-Me 4e582b131b Reduce veriables scope, move declaration to first use 10 years ago
Vladislav Vinogradov cda6fed41f move tegra namespace out of cv to prevent conflicts 10 years ago
Olexa Bilaniuk 5748cea80d Removed unnecessary precision in damped Cholesky decomposition. 10 years ago
Vladislav Vinogradov 44e41baffe use new functions before all tegra:: calls 10 years ago
Dmitry-Me 2311504c44 Reduce variables scope 10 years ago
Mansour Moufid b7be49426d Cast some image coordinates and sizes to double. 10 years ago
Olexa Bilaniuk f454929d9c PRNG changes: xorshift128+ algorithm, and seeding API. 10 years ago
Vijay Pradeep 49bc100e51 Removing rng_seed arg in order to maintain ABI compatibility. Hardcoding seed 10 years ago
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