Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
Eric Liao
f87b175a19
Fix 6457
...
Allow configuration of the square size in stereo_calib.
9 years ago
Eric Liao
d3aaf8acf3
Change hardcoded relative path for instrinsics file to current path, matching the extrinsics file.
...
https://github.com/Itseez/opencv/issues/6456
9 years ago
ValeryTyumen
297808e6b9
Feature #3957
9 years ago
Kauê de Moraes Vestena
1bd18836d7
little fixes and correction of a conceptual error
...
Previously, there's no way to the user see the found corners, i've changed that.
In a cout, are write that: "average reprojection err = "
But it isn't a "reprojection error" at all, it is a mean of each EPIPOLAR error, wich occur when the product x' * F * x is not equal to zero.
(x and x' are the same points in the right and left scene)
(the RMS that explain the average absolute reprojection error is given by the return of the stereoCalibrate() function)
At least, i think it's interesting to initialize the camera matrices before.
Thank you all for this amazing code. Apologize my weak english.
9 years ago
berak
851ce27240
http://code.opencv.org/issues/4359 2.4 branch
10 years ago
berak
737a1e2f12
http://code.opencv.org/issues/4359 , for master
10 years ago
Maximilien Cuony
5c6c537044
Fix typo in error for extrinsic parameters
10 years ago
Dmitriy Anisimov
1007c06d44
initial commit
10 years ago
Maximilien Cuony
9ac0b06ff1
Fix typo in error for extrinsic parameters
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Adrien BAK
c5c3fd4443
modify signature of stereoCalibrate for consistency
11 years ago
StevenPuttemans
2b106db02f
Applied all fixes related to translating C to C++ code
...
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Alexander Shishkov
35f75147b0
removed willowgarage.com links
12 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
9a991a2e10
fixed build problems on Windows
14 years ago
Vadim Pisarevsky
8347cb8cf7
added check for the board size
14 years ago
Gary Bradski
b7da9d4be1
revamped
14 years ago
Vadim Pisarevsky
6a15ff8d13
added cvSave(contours) to the contours demo; added rational model demonstration to stereo_calib; fixed formatting in imgproc/types_c.h
14 years ago
Vadim Pisarevsky
3fd07809c9
make cv::calibrateCamera, cv::stereoCalibrate and their C counterparts return the standard RMS error.
14 years ago
Vadim Pisarevsky
eea43c6a46
added CV_CALIB_RATIONAL_MODEL for better backward compatibility
14 years ago
Vadim Pisarevsky
d61464a756
rewrote stereo_calib in C++
14 years ago
Vadim Pisarevsky
f2a3e7e312
converted some more samples to C++
14 years ago
Vadim Pisarevsky
ee3618243d
converted some OpenCV C samples to C++
14 years ago
Vadim Pisarevsky
042271f5f7
use the new-style headers in the samples to improve OpenCV build time.
14 years ago
Vadim Pisarevsky
127d6649a1
"atomic bomb" commit. Reorganized OpenCV directory structure
15 years ago