1. 16 Mar, 2018 1 commit
  2. 26 Jan, 2018 1 commit
  3. 17 Jan, 2018 1 commit
    • razerhell's avatar
      Merge pull request #10574 from razerhell:patch-1 · fb22028b
      razerhell authored
      * Newton's method can be more efficient
      
      when we get the result of function distortPoint with a point (0, 0) and then undistortPoint with  the result, we get the point not (0, 0). and then we discovered that the old method is not convergence sometimes. finally we have gotten the right values by Newton's method.
      
      * modify by advice  Newton's method...#10574
      
      * calib3d(fisheye): fix codestyle, update theta before exit EPS check
      fb22028b
  4. 16 Jan, 2018 1 commit
  5. 30 Nov, 2017 1 commit
  6. 01 Oct, 2017 1 commit
  7. 15 Sep, 2017 1 commit
  8. 14 Sep, 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 1 commit
    • 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
  11. 28 Jun, 2017 1 commit
  12. 06 Jan, 2017 1 commit
  13. 15 Dec, 2016 1 commit
  14. 06 Dec, 2016 1 commit
  15. 25 Nov, 2016 1 commit
  16. 23 Nov, 2016 1 commit
  17. 19 Aug, 2016 1 commit
  18. 02 Aug, 2016 1 commit
  19. 11 Jul, 2016 1 commit
  20. 28 Apr, 2016 1 commit
    • Artyom Lebedev's avatar
      Update fisheye.cpp · 8ceac4b7
      Artyom Lebedev authored
      Fix for inconsistent asserts in cv::fisheye::initUndistortRectifyMap() which prevents from passing empty matrices in debug build (which is allowed according to the code bellow the asserts and the docs).
      8ceac4b7
  21. 25 Apr, 2016 2 commits
  22. 11 Feb, 2016 1 commit
  23. 20 Nov, 2015 1 commit
  24. 16 Nov, 2015 1 commit
  25. 01 Oct, 2015 1 commit
  26. 18 Sep, 2015 1 commit
  27. 16 Feb, 2015 1 commit
  28. 09 Jan, 2015 1 commit
  29. 23 Jun, 2014 1 commit
  30. 20 May, 2014 1 commit
  31. 19 May, 2014 1 commit
  32. 14 May, 2014 1 commit
  33. 05 May, 2014 2 commits
  34. 29 Apr, 2014 1 commit
  35. 25 Apr, 2014 1 commit