Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
2013-07-10 16:02:07 +04:00 |
|
Roman Donchenko
|
29b13ec1de
|
Replaced most of the usages of parallel_for with that of parallel_for_.
This should allow many algorithms to take advantage of more parallelization
technologies.
|
2013-05-31 12:22:04 +04:00 |
|
Dong Nguyen
|
73f5697749
|
Fixed wrong in row index of SSE implementation in prefilterXSobel function.
|
2013-03-21 18:28:23 +04:00 |
|
Vladislav Vinogradov
|
bb3b1441c5
|
added 8u type support to filterSpeckles function
|
2013-02-06 14:14:45 +04:00 |
|
Vadim Pisarevsky
|
7ca38d63d9
|
fixed failure of the C++ test for estimateAffine3D
|
2013-01-31 19:44:16 +04:00 |
|
Vadim Pisarevsky
|
abd9675a99
|
fixed bugs #1718, #2375; attached the new tests to test.py.
|
2013-01-31 15:34:09 +04:00 |
|
Andrey Kamaev
|
52b32ba8f0
|
Merge pull request #371 from taka-no-me:fix_build
|
2013-01-30 15:06:19 +04:00 |
|
Andrey Kamaev
|
b6de1fccc3
|
Merge pull request #370 from ilysenkov:bugfix_1747
|
2013-01-30 14:42:10 +04:00 |
|
Andrey Kamaev
|
62b9180c50
|
Merge pull request #368 from ilysenkov:checkSubset-fix
|
2013-01-30 14:41:37 +04:00 |
|
Ilya Lysenkov
|
6feade3110
|
Added support of different resolution in rectify3Collinear
|
2013-01-30 13:19:12 +04:00 |
|
Andrey Kamaev
|
eeb865ee8a
|
Fix Android build warnings
|
2013-01-30 13:11:33 +04:00 |
|
Ilya Lysenkov
|
9ce2197e9d
|
Added processing of trivial subsets
|
2013-01-30 13:03:03 +04:00 |
|
Andrey Kamaev
|
ab8d92e1b8
|
Rebase and merge pull request #342 from ilysenkov/bugfix_2470
|
2013-01-29 15:53:42 +04:00 |
|
Ilya Lysenkov
|
5021a792b1
|
Fixed #2470
|
2013-01-29 15:53:28 +04:00 |
|
Ilya Lysenkov
|
fe86f31f44
|
Added a test of CvModelEstimator2::checkSubset(...)
|
2013-01-29 15:53:28 +04:00 |
|
Andrey Kamaev
|
63873a8393
|
Merge pull request #355 from asmaloney:copy_paste_cond
|
2013-01-29 14:13:01 +04:00 |
|
Andy Maloney
|
bdf189faac
|
{calib3d} Fix copy-paste error in conditional
|
2013-01-28 18:09:10 -05:00 |
|
Andy Maloney
|
7a6475c3f9
|
Check pointers before using them in var init
|
2013-01-28 16:51:28 -05:00 |
|
Alexander Mordvintsev
|
20838b6f6e
|
fix #2643: use SVD to solve least squares in cvStereoRectifyUncalibrated
|
2012-12-24 12:59:39 +04:00 |
|
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
|
43e3b83832
|
fixed potential memory buffer corruption in StereoSGBM (patch #2203)
|
2012-10-11 14:07:07 +04:00 |
|
Andrey Kamaev
|
5a5c477be6
|
Make performance tests for solvePnPRansec more determenistic
|
2012-10-09 18:41:26 +04:00 |
|
Vadim Pisarevsky
|
c3c49a317b
|
fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367)
|
2012-09-19 16:51:49 +04:00 |
|
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
2012-08-19 19:36:43 +04:00 |
|
Maria Dimashova
|
839761fa3d
|
fixed #2167
|
2012-07-16 09:00:25 +00:00 |
|
Maria Dimashova
|
5112d74cad
|
revert my incorrect fix of #2167
|
2012-07-16 08:02:50 +00:00 |
|
Maria Dimashova
|
d65920d2f7
|
fixed #2167
|
2012-07-15 19:10:52 +00:00 |
|
Vadim Pisarevsky
|
e918877bcf
|
fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker)
|
2012-07-01 20:56:27 +00:00 |
|
Vadim Pisarevsky
|
b5eb318ae3
|
added support of homogeneous points to calcCorrespondEpilines (ticket #2055)
|
2012-07-01 20:13:49 +00:00 |
|
Andrey Kamaev
|
6c3137a8b5
|
Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099
|
2012-06-27 15:15:32 +00:00 |
|
Andrey Kamaev
|
c5aba337e9
|
Fixed number of warnings. Fixed mingw64 build.
|
2012-06-12 14:46:12 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
2012-06-08 03:15:08 +00:00 |
|
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
2012-06-07 17:21:29 +00:00 |
|
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
2012-04-30 14:33:52 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
2012-03-30 12:19:25 +00:00 |
|
Ilya Lysenkov
|
e7b4353505
|
Added termination criteria as a calibrateCamera() parameter
|
2012-03-29 17:19:15 +00:00 |
|
Ilya Lysenkov
|
f29912b501
|
Added wrappers of cvCorrectMatches (#1350)
|
2012-03-29 13:21:24 +00:00 |
|
Ilya Lysenkov
|
37db334f8a
|
Added wrappers of cvTriangulatePoints()
|
2012-03-29 10:39:06 +00:00 |
|
Ilya Lysenkov
|
8fcd0d9222
|
Fixed the error message in cvCorrectMatches (fixes #1155)
|
2012-03-28 17:29:49 +00:00 |
|
Vadim Pisarevsky
|
aed276e67d
|
fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635)
|
2012-03-28 13:37:14 +00:00 |
|
Ilya Lysenkov
|
3b5b20b795
|
Fixed wrong computation of a reprojection matrix Q in stereoRectify (#898)
|
2012-03-27 15:02:53 +00:00 |
|
Ilya Lysenkov
|
3517be757b
|
Added checking whether aspect ratio is valid or not
|
2012-03-26 13:07:21 +00:00 |
|
Ilya Lysenkov
|
6d1f4bfba4
|
Added projectPoints() for 3xN objectPoints and 2xN imagePoints (#1550)
|
2012-03-26 11:10:34 +00:00 |
|
Vadim Pisarevsky
|
a3362864e1
|
removed unnecessary MIN(); bug #1578
|
2012-03-26 10:01:30 +00:00 |
|
Marina Kolpakova
|
4eaced12fe
|
fixed bug #1700
|
2012-03-19 15:59:30 +00:00 |
|