1. 18 Oct, 2015 2 commits
  2. 07 Oct, 2015 3 commits
  3. 06 Oct, 2015 9 commits
  4. 05 Oct, 2015 4 commits
  5. 02 Oct, 2015 5 commits
  6. 01 Oct, 2015 7 commits
  7. 30 Sep, 2015 1 commit
  8. 29 Sep, 2015 3 commits
  9. 28 Sep, 2015 2 commits
  10. 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
  11. 26 Sep, 2015 1 commit
  12. 25 Sep, 2015 1 commit
    • Pavel Vlasov's avatar
      IPP_VERSION_X100 was changed to: · 14b006e8
      Pavel Vlasov authored
      IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE
      to manage changes between updates more easily.
      
      IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
      14b006e8