1. 13 Aug, 2017 1 commit
  2. 09 Aug, 2017 1 commit
  3. 26 Jul, 2017 2 commits
  4. 24 Jul, 2017 1 commit
  5. 20 Jul, 2017 1 commit
  6. 19 Jul, 2017 1 commit
  7. 13 Jul, 2017 1 commit
  8. 05 Jul, 2017 1 commit
  9. 03 Jul, 2017 1 commit
    • Tony Lian's avatar
      Merge pull request #9075 from TonyLianLong:master · c8783f3e
      Tony Lian authored
      Remove unnecessary Non-ASCII characters from source code (#9075)
      
      * Remove unnecessary Non-ASCII characters from source code
      
      Remove unnecessary Non-ASCII characters and replace them with ASCII
      characters
      
      * Remove dashes in the @param statement
      
      Remove dashes and place single space in the @param statement to keep
      coding style
      
      * misc: more fixes for non-ASCII symbols
      
      * misc: fix non-ASCII symbol in CMake file
      c8783f3e
  10. 01 Jul, 2017 2 commits
    • Alexander Duda's avatar
      Fix error message fisheye CALIB_CHECK_COND · 5ca7dcc6
      Alexander Duda authored
      The old error message was not giving any hint which input array (image)
      led to an ill conditioned matrix. This made it near impossible to
      identify poor images in a larger set.
      
      A better approach would be to implement a checker function which gives
      each image a rating before the real calibration is performed. This could
      also include some image properties like sharpness, etc.
      5ca7dcc6
    • Maksim Shabunin's avatar
      1f23202a
  11. 30 Jun, 2017 1 commit
  12. 29 Jun, 2017 1 commit
  13. 28 Jun, 2017 2 commits
  14. 27 Jun, 2017 1 commit
  15. 26 Jun, 2017 1 commit
  16. 15 Jun, 2017 1 commit
  17. 13 Jun, 2017 2 commits
  18. 04 Jun, 2017 1 commit
  19. 01 Jun, 2017 1 commit
  20. 29 May, 2017 1 commit
  21. 26 May, 2017 1 commit
  22. 24 May, 2017 1 commit
  23. 17 May, 2017 1 commit
  24. 30 Apr, 2017 1 commit
  25. 27 Apr, 2017 1 commit
  26. 25 Apr, 2017 1 commit
  27. 22 Apr, 2017 1 commit
  28. 20 Apr, 2017 1 commit
  29. 18 Apr, 2017 1 commit
  30. 16 Apr, 2017 1 commit
  31. 15 Apr, 2017 1 commit
  32. 12 Apr, 2017 1 commit
  33. 07 Apr, 2017 1 commit
    • Tong Ke's avatar
      Merge pull request #8301 from tonyke1993:p3p_alg · 0a63ab36
      Tong Ke authored
      New p3p algorithm (accepted by CVPR 2017) (#8301)
      
      * add p3p source code
      
      * indent 4
      
      * update publication info
      
      * fix filename
      
      * interface done
      
      * plug in done, test needed
      
      * debugging
      
      * for test
      
      * a working version
      
      * clean p3p code
      
      * test
      
      * test
      
      * fix warning, blank line
      
      * apply patch from @catree
      
      * add reference info
      
      * namespace, indent 4
      
      * static solveQuartic
      
      * put small functions to anonymous namespace
      0a63ab36
  34. 01 Apr, 2017 1 commit
  35. 28 Mar, 2017 1 commit
    • Matthias Grundmann's avatar
      Update circlesgrid.cpp · de52887c
      Matthias Grundmann authored
      Use identity matrix if homography finding failed. Current behavior zeros out all points.
      
      Update circlesgrid.cpp
      
      Addressed comments
      
      Update circlesgrid.cpp
      
      removed whitespace
      de52887c
  36. 27 Mar, 2017 1 commit