Marina Kolpakova
|
d10616775b
|
Fixed bug #1634
|
13 years ago |
Vadim Pisarevsky
|
fb804cb352
|
fixed StereoBM crash on MacOSX 10.7
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
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 |
Alexander Shishkov
|
11ad582250
|
done user requirement from yvonnic2m@gmail.com
|
14 years ago |
Vladislav Vinogradov
|
92a682093a
|
fixed compilation error
|
14 years ago |
Alexander Shishkov
|
26aef8c719
|
added skipped file
|
14 years ago |
Alexander Shishkov
|
c11551a510
|
added P3P method
added test for solvePnP
changed test for solvePnPRansac
fixed bug with mutex solvePnPRansac
|
14 years ago |
Alexander Shishkov
|
6fa936472e
|
fixed compilation errors in epnp with gcc
|
14 years ago |
Alexander Shishkov
|
c5d8ec4ac0
|
first version of ePnP code
|
14 years ago |
Andrey Kamaev
|
664cd5460e
|
Tegra-optimized cv::compare
|
14 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
|
dd1315b22a
|
fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273)
|
14 years ago |
Vadim Pisarevsky
|
04a4e51920
|
fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch)
|
14 years ago |
Vadim Pisarevsky
|
16b0fcf083
|
fixed CvHomographyEstimator::runKernel (ticket #1275)
|
14 years ago |
Vadim Pisarevsky
|
c57799a877
|
fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography)
|
14 years ago |
Vadim Pisarevsky
|
db19eb1586
|
converted part of ch12
|
14 years ago |
Vadim Pisarevsky
|
eac0309324
|
converted live camera calibration sample
|
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
|
5bb8076d7d
|
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199)
|
14 years ago |
Vadim Pisarevsky
|
f4dc4b43e4
|
fixed calibrateCamera API (ticket #1143)
|
14 years ago |
Vadim Pisarevsky
|
6229af93d6
|
corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141)
|
14 years ago |
Vladimir Dudnik
|
6e38b6aaed
|
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
14 years ago |
Ethan Rublee
|
5964234681
|
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
|
14 years ago |
Ilya Lysenkov
|
4875ffc953
|
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845)
|
14 years ago |
Ilya Lysenkov
|
aa3dada2fe
|
Added support of the CV_64F depth to solvePnP (ticket #835)
|
14 years ago |
Vadim Pisarevsky
|
bfbc70436d
|
fixed crash in cv2.findHomography() (ticket #1094)
|
14 years ago |
Vadim Pisarevsky
|
145a76faf4
|
fixed features2d (ORB) compile errors on Windows
|
14 years ago |
Vadim Pisarevsky
|
57e5fabf8f
|
Use INVALID_DISP_SCALED instead of INVALID_DISP in validateDisparity (ticket #1007)
|
14 years ago |
Vadim Pisarevsky
|
23768b1826
|
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719)
|
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
|
8ebff41c29
|
more warnings fixed. +some warnings in examples
|
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 |
Ilya Lysenkov
|
a685be3ea9
|
Added extra argument for BlobDetector in findCirclesGrid
|
14 years ago |
Ilya Lysenkov
|
dde9181117
|
Added a fast algorithm for the symmetric circles grid detection
|
14 years ago |
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
14 years ago |