1. 01 10月, 2015 3 次提交
  2. 30 9月, 2015 1 次提交
  3. 29 9月, 2015 3 次提交
  4. 28 9月, 2015 2 次提交
    • A
      Merge pull request #5406 from cbalint13:master · f4c9bc8b
      Alexander Alekhin 提交于
      f4c9bc8b
    • K
      little fixes and correction of a conceptual error · 1bd18836
      Kauê de Moraes Vestena 提交于
      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
  5. 26 9月, 2015 1 次提交
  6. 25 9月, 2015 5 次提交
  7. 24 9月, 2015 5 次提交
  8. 23 9月, 2015 7 次提交
  9. 22 9月, 2015 6 次提交
  10. 21 9月, 2015 7 次提交