Warning fixes continued
[platform/upstream/opencv.git] / modules / calib3d / src / solvepnp.cpp
2012-06-09 Andrey KamaevWarning fixes continued
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-03-16 Vadim Pisarevskyfixed hundreds of warnings from MSVC 2010.
2011-12-26 Alexander Shishkovadded P3P method
2011-07-19 Vadim Pisarevskyadded COVAR_ and SORT_ enums to core.hpp; fixed many...
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-06-01 Ilya LysenkovAdded support of the CV_64F depth to solvePnP (ticket...
2011-05-18 Vadim Pisarevskyfixed bug with possible memory corruption in CvMat...
2011-05-07 Anatoly Baksheevfixed compilation WITH_TBB
2011-05-06 Anatoly Baksheevfixed ~300 warnings under windows (had to hack gtest...
2011-04-29 Alexander Shishkovfixed bug in solvePnPRansac test (thanks to Pieter...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-03-05 Alexander Shishkovadded solvePnPRansac method