Vadim Pisarevsky
|
c3c49a317b
|
fixed outlier filtering in cvStereoRectifyUncalibrated (bug #2367)
|
13 years ago |
Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
13 years ago |
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
13 years ago |
Sergiu Dotenco
|
4993748c91
|
added missing includes
|
13 years ago |
Daniil Osokin
|
45c49a9088
|
Added perf test
|
13 years ago |
Daniil Osokin
|
39d6adea17
|
Added perf test
|
13 years ago |
Maria Dimashova
|
a39cf2dd28
|
updated doc on triangulatePoints (#2167)
|
13 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 |
Maria Dimashova
|
722df6a998
|
minor change in doc
|
13 years ago |
Maria Dimashova
|
7c211796e7
|
more doc details for #2152
|
13 years ago |
Maria Dimashova
|
e68b26e71f
|
fixed doc #2152
|
13 years ago |
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
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 |
Andrey Kamaev
|
6c3137a8b5
|
Fixed divide by zero problem in cvStereoRectify (thanks to Philip Van Valkenberg) #2099
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
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
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
13 years ago |
Andrey Kamaev
|
f62028dc16
|
Fixed mingw build.
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
78329b0dfe
|
New bunch of documentation fixes
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Vadim Pisarevsky
|
beb7fc3c92
|
a LOT of obsolete stuff has been moved to the legacy module.
|
13 years ago |
Andrey Kamaev
|
7e5726e251
|
Fixed several false-positive warnings in rst_parser.py. (Now it detects 553 undocumented parameters for #1205.)
|
13 years ago |
Ilya Lysenkov
|
959c37fccf
|
Partial fix of a cameraCalibration() test
|
13 years ago |
Ilya Lysenkov
|
e7b4353505
|
Added termination criteria as a calibrateCamera() parameter
|
13 years ago |
Ilya Lysenkov
|
ecbf9425e4
|
Added documentation of correctMaches (#1350)
|
13 years ago |
Ilya Lysenkov
|
1e1d7496ee
|
Added a test for correctMatches (#1350)
|
13 years ago |
Ilya Lysenkov
|
f29912b501
|
Added wrappers of cvCorrectMatches (#1350)
|
13 years ago |
Ilya Lysenkov
|
857676c610
|
Added documentation of triangulatePoints()
|
13 years ago |
Ilya Lysenkov
|
7901879e48
|
Added a test for the C++ wrapper of cvTriangulatePoints()
|
13 years ago |
Ilya Lysenkov
|
37db334f8a
|
Added wrappers of cvTriangulatePoints()
|
13 years ago |
Andrey Kamaev
|
ec793df30f
|
#1205 fixed more bugs/typos in parameters
|
13 years ago |
Andrey Kamaev
|
94c258cf15
|
#1205 fixed ~100 of ~700 parameters
|
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
|
7eab7c197d
|
Modified the test of findChessboardCorners to check examples when there are no chessboards
|
13 years ago |
Ilya Lysenkov
|
03cd6072ce
|
Fixed the test of findChessboardCorners (it didn't test accuracy before)
|
13 years ago |
Andrey Kamaev
|
176eb83da6
|
Fixed Windows build
|
13 years ago |
Ilya Lysenkov
|
e1378aad79
|
Added a check that Q reprojects to the same 3D points as reconstructed by triangulation (#1575)
|
13 years ago |
Ilya Lysenkov
|
bc7b517e41
|
Added a check that Tx after rectification is equal to distance between cameras
|
13 years ago |
Ilya Lysenkov
|
3b5b20b795
|
Fixed wrong computation of a reprojection matrix Q in stereoRectify (#898)
|
13 years ago |
Ilya Lysenkov
|
d9001d1a91
|
Added a check that Q (computed by rectification) reprojects a point before the camera
|
13 years ago |