• Kauê de Moraes Vestena's avatar
    little fixes and correction of a conceptual error · 1bd18836
    Kauê de Moraes Vestena authored
    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.
    1bd18836
Name
Last commit
Last update
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.tgitconfig Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...