29 Commits (a7d942b681c5edd0cc27407d8e4d3dbf36c7a40e)

Author SHA1 Message Date
Sean McBride 5fb3869775
Merge pull request #23109 from seanm:misc-warnings 2 years ago
Funatomi Takuya dbdd357b0a Extend USAC coverage. 2 years ago
catree dac31e84fb Add solvePnPRefineLM to refine a pose according to a Levenberg-Marquardt iterative minimization process. Add solvePnPRefineVVS to refine a pose using a virtual visual servoing scheme. 6 years ago
Vadim Pisarevsky 8f15a609af
mostly removed obsolete C API from calib3d (at least at the interface level) (#13081) 7 years ago
Vadim Pisarevsky 0f622206e4
completely new C++ persistence implementation (#13011) 7 years ago
Alexander Alekhin c7fc563dc0 calib3d: chessboard detector - replace OpenCV C API 7 years ago
Alexander Alekhin 5b17a60dde next: drop HAVE_TEGRA_OPTIMIZATION/TADP 7 years ago
Fangjun Kuang 67842df9e2 Improve the documentation for affine transform estimation. 7 years ago
csukuangfj decf6cab5e Improve the documentation for cv::completeSymm and cv::RANSACUpdateNumIters. 7 years ago
Jiri Horner c17afe0fab Merge pull request #6933 from hrnr:gsoc_all 9 years ago
Maksim Shabunin b8bce55270 Several chessboard detector improvements: 9 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
Konstantin Matskevich b5f717b6b3 stereoBM 11 years ago
Roman Donchenko ac39bfb4cc Remove HAVE_CVCONFIG_H - it's always defined. 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 12 years ago
Andrey Kamaev 517062039e Make core/internal.hpp a private header 12 years ago
Andrey Kamaev 89356ff16d Move non-CV functionality from core.hpp to separate utility.hpp header 12 years ago
Andrey Kamaev ad5cddc007 Main module headers are moved 1 level up 12 years ago
Vadim Pisarevsky 8a6d2bbd3d several minor fixes proposed by Andrey 12 years ago
Vadim Pisarevsky 374e3a0890 rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++. 12 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev c5aba337e9 Fixed number of warnings. Fixed mingw64 build. 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 664cd5460e Tegra-optimized cv::compare 14 years ago
Andrey Kamaev f45a886adc Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering 14 years ago
Anatoly Baksheev 8f4c7db3f6 ~40 warnings under VS2008 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Anatoly Baksheev 047c7e0fd6 *applied patch from NVidia (nppstTraspose bug) 14 years ago
Ilya Lysenkov 2d5a984c28 Moved BlobDetector to features2d 15 years ago
Vadim Pisarevsky 7ec4b59fac added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago