23 Commits (1292fdf71a9220a7d2182d21e413c0910c203c6a)

Author SHA1 Message Date
Vijay Pradeep 1292fdf71a Now using default arg instead of overloads 10 years ago
Vijay Pradeep 964d5a20e9 Whitespace fix 10 years ago
Vijay Pradeep 177478a8ad overload instead of default arg for ABI backwards compatibility. rng_seed is now 'int' to support python port 10 years ago
Vijay Pradeep a1c5740044 solvePnPRansac now accepts a seed and is deterministic 10 years ago
unknown 52c05e75cc Fixed C++11 compatibility warning 11 years ago
PhilLab 2c29ee9e00 Added cast and removed formatting error 11 years ago
PhilLab aafda43df1 Double precision for solvePnPRansac() 11 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Roman Donchenko 29b13ec1de Replaced most of the usages of parallel_for with that of parallel_for_. 12 years ago
Andrey Kamaev 5a5c477be6 Make performance tests for solvePnPRansec more determenistic 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Alexander Shishkov c11551a510 added P3P method 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Ilya Lysenkov aa3dada2fe Added support of the CV_64F depth to solvePnP (ticket #835) 14 years ago
Vadim Pisarevsky 2dc981aaa8 fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054) 14 years ago
Anatoly Baksheev 927dccb463 fixed compilation WITH_TBB 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Alexander Shishkov 8a79d414c0 fixed bug in solvePnPRansac test (thanks to Pieter-Jan Busschaert) 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Alexander Shishkov 04461a53f1 added solvePnPRansac method 14 years ago