1. 17 Dec, 2015 1 commit
  2. 15 Dec, 2015 2 commits
  3. 12 Dec, 2015 1 commit
  4. 10 Dec, 2015 2 commits
  5. 23 Nov, 2015 1 commit
  6. 10 Nov, 2015 1 commit
  7. 02 Nov, 2015 1 commit
  8. 20 Oct, 2015 1 commit
  9. 14 Oct, 2015 2 commits
  10. 13 Oct, 2015 1 commit
  11. 06 Oct, 2015 1 commit
  12. 28 Sep, 2015 1 commit
  13. 27 Sep, 2015 1 commit
    • 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
  14. 25 Sep, 2015 2 commits
  15. 24 Sep, 2015 7 commits
  16. 23 Sep, 2015 1 commit
  17. 04 Sep, 2015 3 commits
  18. 30 Jul, 2015 1 commit
  19. 23 Jul, 2015 1 commit
    • sbokov's avatar
      Adding new HAL-accelerated MODE_SGBM_3WAY · aea41573
      sbokov authored
      New mode is approximately 2-3 times faster than MODE_SGBM
      with minimal degradation in quality and uses universal
      HAL intrinsics. A performance test was added. The accuracy
      test was updated to support the new mode.
      aea41573
  20. 17 Jun, 2015 1 commit
  21. 03 Jun, 2015 2 commits
  22. 26 May, 2015 2 commits
  23. 24 May, 2015 1 commit
  24. 22 May, 2015 1 commit
  25. 21 May, 2015 2 commits