Andrey Kamaev
|
e4307d05f3
|
Made dependency of features2d and calib3d from highgui optional
|
13 years ago |
Ilya Lysenkov
|
2c2d7d7bbd
|
Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns.
|
14 years ago |
Anatoly Baksheev
|
8f4c7db3f6
|
~40 warnings under VS2008
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
|
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 |
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
|
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
|
d95bf478fe
|
fixed corners emptiness check in drawChessboardCorners (thanks to thomask)
|
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
|
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
|
2d5a984c28
|
Moved BlobDetector to features2d
|
14 years ago |
Ilya Lysenkov
|
0bc1349335
|
Fixed some warnings 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 |
Vadim Pisarevsky
|
cbe132cabe
|
several small fixes; added overloaded variant of cv::drawChessboardCorners
|
15 years ago |
Vadim Pisarevsky
|
9130d5bae1
|
put extra check to cv::findChessboardCorners (ticket #648)
|
15 years ago |
Vadim Pisarevsky
|
70860df574
|
fixed detection of the checkerboards in some extreme cases (ticket #298)
|
15 years ago |
Vadim Pisarevsky
|
fa3c6821ac
|
handle the non-detected board case in cv::drawChessboardCorners.
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |