OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Daniil Osokin
|
4500c48349
|
fixed 7 point mode in findFundamentalMat #1978
|
2012-10-12 14:38:52 +04:00 |
|
Vadim Pisarevsky
|
b5eb318ae3
|
added support of homogeneous points to calcCorrespondEpilines (ticket #2055)
|
2012-07-01 20:13:49 +00:00 |
|
Vadim Pisarevsky
|
aed276e67d
|
fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635)
|
2012-03-28 13:37:14 +00:00 |
|
Vadim Pisarevsky
|
a3362864e1
|
removed unnecessary MIN(); bug #1578
|
2012-03-26 10:01:30 +00:00 |
|
Vadim Pisarevsky
|
dd1315b22a
|
fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273)
|
2011-08-06 19:38:09 +00:00 |
|
Vadim Pisarevsky
|
16b0fcf083
|
fixed CvHomographyEstimator::runKernel (ticket #1275)
|
2011-08-04 13:06:08 +00:00 |
|
Vadim Pisarevsky
|
c57799a877
|
fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography)
|
2011-08-03 14:04:14 +00:00 |
|
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
2011-06-06 14:51:27 +00:00 |
|
Vadim Pisarevsky
|
bfbc70436d
|
fixed crash in cv2.findHomography() (ticket #1094)
|
2011-05-26 20:33:55 +00:00 |
|
Vadim Pisarevsky
|
2dc981aaa8
|
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054)
|
2011-05-18 15:16:12 +00:00 |
|
Vadim Pisarevsky
|
f39db3f15a
|
fixed problems indicated with ? marks
|
2011-05-05 13:31:54 +00:00 |
|
Vadim Pisarevsky
|
d02a0cab48
|
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
|
2011-05-02 22:20:22 +00:00 |
|
Vadim Pisarevsky
|
83efef4b9a
|
added overloaded variants of findHomography & findFundamentalMat for backward compatibility
|
2011-04-23 12:49:14 +00:00 |
|
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
2011-04-17 13:14:45 +00:00 |
|
Vadim Pisarevsky
|
e5d1b9eecd
|
another attempt to fix findHomography
|
2010-12-27 10:00:26 +00:00 |
|
Vadim Pisarevsky
|
d14b744ea9
|
possibly improved findHomography accuracy (reported by Luca Del Tongo)
|
2010-12-10 21:02:13 +00:00 |
|
Vadim Pisarevsky
|
ea6b441052
|
extended cv::convertPointsHomogeneous to handle 4D input. corrected documentation
|
2010-11-18 22:03:20 +00:00 |
|
Vadim Pisarevsky
|
28de198c75
|
switched from 8-point kernel to 7-point kernel in the fundamental matrix estimator (fixes some corner cases; see ticket #434)
|
2010-11-12 21:07:41 +00:00 |
|
Vadim Pisarevsky
|
5a53d82e30
|
fixed most of the failures in opencv_test
|
2010-11-06 14:56:01 +00:00 |
|
Vadim Pisarevsky
|
83f6085773
|
added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.)
|
2010-10-27 18:26:39 +00:00 |
|
Vadim Pisarevsky
|
8a7b4760ac
|
avoid one possible singularity in cvFindHomography
|
2010-06-06 17:21:40 +00:00 |
|
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
2010-05-11 17:44:00 +00:00 |
|