1. 06 Oct, 2015 1 commit
    • michaelveth's avatar
      Update OpenCVFindMatlab.cmake · a3fda245
      michaelveth authored
      Added fix to OpenCVFindMatlab.cmake to properly locate modern versions of unix- MATLAB.  Tested with MATLAB R2015a and Ubuntu 14.04.
      a3fda245
  2. 05 Oct, 2015 3 commits
  3. 02 Oct, 2015 4 commits
  4. 01 Oct, 2015 7 commits
  5. 30 Sep, 2015 1 commit
  6. 29 Sep, 2015 3 commits
  7. 28 Sep, 2015 2 commits
  8. 27 Sep, 2015 2 commits
    • Suleyman TURKMEN's avatar
      7c226ed7
    • 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
  9. 26 Sep, 2015 1 commit
  10. 25 Sep, 2015 5 commits
  11. 24 Sep, 2015 6 commits
  12. 23 Sep, 2015 5 commits