Kevin
8f995fac88
Change intrinsic camera matrix initialization
...
In the function cvInitIntrinsicParams2D the principal point for
normalized image coordinates is set to 0/0. This updates the function
to initialize the principal point at 0.5/0.5.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
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.
12 years ago
Roman Donchenko
ac39bfb4cc
Remove HAVE_CVCONFIG_H - it's always defined.
12 years ago
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.
12 years ago
Dong Nguyen
73f5697749
Fixed wrong in row index of SSE implementation in prefilterXSobel function.
12 years ago
Vladislav Vinogradov
bb3b1441c5
added 8u type support to filterSpeckles function
12 years ago
Vadim Pisarevsky
7ca38d63d9
fixed failure of the C++ test for estimateAffine3D
12 years ago
Vadim Pisarevsky
abd9675a99
fixed bugs #1718 , #2375 ; attached the new tests to test.py.
12 years ago
Ilya Lysenkov
6feade3110
Added support of different resolution in rectify3Collinear
12 years ago
Andrey Kamaev
eeb865ee8a
Fix Android build warnings
12 years ago
Ilya Lysenkov
9ce2197e9d
Added processing of trivial subsets
12 years ago
Ilya Lysenkov
5021a792b1
Fixed #2470
12 years ago
Ilya Lysenkov
fe86f31f44
Added a test of CvModelEstimator2::checkSubset(...)
12 years ago
Andy Maloney
bdf189faac
{calib3d} Fix copy-paste error in conditional
12 years ago
Andy Maloney
7a6475c3f9
Check pointers before using them in var init
12 years ago
Alexander Mordvintsev
20838b6f6e
fix #2643 : use SVD to solve least squares in cvStereoRectifyUncalibrated
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Daniil Osokin
4500c48349
fixed 7 point mode in findFundamentalMat #1978
12 years ago
Vadim Pisarevsky
43e3b83832
fixed potential memory buffer corruption in StereoSGBM (patch #2203 )
12 years ago
Andrey Kamaev
5a5c477be6
Make performance tests for solvePnPRansec more determenistic
12 years ago
Vadim Pisarevsky
c3c49a317b
fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367 )
12 years ago
Andrey Kamaev
1a621c2916
Fix build warnings
12 years ago
Maria Dimashova
839761fa3d
fixed #2167
13 years ago
Maria Dimashova
5112d74cad
revert my incorrect fix of #2167
13 years ago
Maria Dimashova
d65920d2f7
fixed #2167
13 years ago
Andrey Kamaev
b368f99d03
Merged the trunk r8852:8880
13 years ago
Vadim Pisarevsky
e918877bcf
fixed bug with uninitialized variable in cvGetOptimalNewCameraMatrix (patch #1731 by floemker)
13 years ago
Vadim Pisarevsky
b5eb318ae3
added support of homogeneous points to calcCorrespondEpilines (ticket #2055 )
13 years ago
Marina Kolpakova
162f9fd7ea
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
13 years ago
Andrey Kamaev
6c3137a8b5
Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
c5aba337e9
Fixed number of warnings. Fixed mingw64 build.
13 years ago
Andrey Kamaev
f2d3b9b4a1
Warning fixes continued
13 years ago
Andrey Kamaev
f62028dc16
Fixed mingw build.
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
682f31a013
fixed 3-channel output tvecs support in calibrateCamera (patch #1807 )
13 years ago
Vadim Pisarevsky
ad8258f872
avoid infinite loop in CvLevMarq (thanks to João Lima for the patch; ticket #1839 )
13 years ago
Andrey Kamaev
3a4c14e549
Fixed verbosity of badarg tests
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Alexander Shishkov
6c308dac10
fixed problem in solvePnPRansac with TBB
13 years ago
Vadim Pisarevsky
beb7fc3c92
a LOT of obsolete stuff has been moved to the legacy module.
13 years ago
Ilya Lysenkov
e7b4353505
Added termination criteria as a calibrateCamera() parameter
13 years ago
Ilya Lysenkov
f29912b501
Added wrappers of cvCorrectMatches ( #1350 )
13 years ago
Ilya Lysenkov
37db334f8a
Added wrappers of cvTriangulatePoints()
13 years ago
Ilya Lysenkov
8fcd0d9222
Fixed the error message in cvCorrectMatches ( fixes #1155 )
13 years ago
Vadim Pisarevsky
aed276e67d
fixed cvComputeCorrespondEpilines to handle <5 points (ticket #1635 )
13 years ago
Ilya Lysenkov
3b5b20b795
Fixed wrong computation of a reprojection matrix Q in stereoRectify ( #898 )
13 years ago
Ilya Lysenkov
3517be757b
Added checking whether aspect ratio is valid or not
13 years ago