38 Commits (c3f8fc41b7ed113e28aea0606b4461959cf1c1a6)

Author SHA1 Message Date
Dmitry-Me c3f8fc41b7 Parameters should have been passed by reference 10 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Vladislav Vinogradov e675684c81 fix bug #3277 (findCirclesGrid failures): 12 years ago
Brian McKinnon 36745a80c3 Added #include <limits> to files that were missing it. 12 years ago
Andrey Kamaev e5a33723fc Move C API of opencv_calib3d to separate file 12 years ago
Andrey Kamaev c98c246fc2 Move border type constants and Moments class to core module 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 2a6fb2867e Remove all using directives for STL namespace and members 12 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
Andrey Kamaev e4307d05f3 Made dependency of features2d and calib3d from highgui optional 13 years ago
Ilya Lysenkov 207e46b425 Restored findCirclesGridDefault() for backward compatibility 13 years ago
Ilya Lysenkov 1252671c9d Added a full Python wrapper of findCirclesGrid 13 years ago
Ilya Lysenkov 8483f9ce40 Fixed the new version of findCirclesGrid. 14 years ago
Ilya Lysenkov d263fe2b25 Removed unnecessary variables. 14 years ago
Ilya Lysenkov 0ef4ff8925 Improved robustness of the findCirclesGrid() to affine distortions. 14 years ago
Andrey Kamaev f45a886adc Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering 14 years ago
Andrey Kamaev 1554d7ab65 Removed countNonZero call from CirclesGridClusterFinder::hierarchicalClustering 14 years ago
Andrey Kamaev 6d56105b42 Removed unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering 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 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Ilya Lysenkov 2c2d7d7bbd Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns. 14 years ago
Vadim Pisarevsky 145a76faf4 fixed features2d (ORB) compile errors on Windows 14 years ago
Vadim Pisarevsky 23768b1826 replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719) 14 years ago
Anatoly Baksheev 1c18e5fef9 fixed ~300 warnings under windows (had to hack gtest a bit) 14 years ago
Ilya Lysenkov dde9181117 Added a fast algorithm for the symmetric circles grid detection 14 years ago
Vadim Pisarevsky 23a9b7bb9c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 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
Ilya Lysenkov a811a08d0d Added checks for incorrect results in the circles grid pattern detection. 14 years ago
Ilya Lysenkov 37cd2b6f25 Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING. 14 years ago
Ilya Lysenkov f8e9f65ea8 Added detection of asymmetric circles' pattern 14 years ago
Ilya Lysenkov 0bc1349335 Fixed some warnings under Windows 14 years ago
Ilya Lysenkov 351f6eeb97 Fixed compile errors under Windows 14 years ago
Ilya Lysenkov c4a8ae5931 Used Poitn2f instead of KeyPoint 14 years ago
Ilya Lysenkov 964df356bf Added detection of cirlces' grid pattern 14 years ago