1. 26 Jan, 2018 2 commits
  2. 19 Jan, 2018 1 commit
  3. 18 Jan, 2018 1 commit
  4. 17 Jan, 2018 2 commits
  5. 16 Jan, 2018 2 commits
  6. 09 Jan, 2018 1 commit
  7. 11 Dec, 2017 1 commit
  8. 30 Nov, 2017 1 commit
  9. 28 Nov, 2017 2 commits
    • catree's avatar
      Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and… · 2e56a47f
      catree authored
      Allow to use 3 points in SolvePnP if SOLVEPNP_ITERATIVE and useExtrinsicGuess==true. Add bibtex citations for P3P. Update SolvPnP tests.
      2e56a47f
    • Alexander Alekhin's avatar
      ocl: avoid unnecessary loading/initializing OpenCL subsystem · 0ed3209b
      Alexander Alekhin authored
      If there are no OpenCL/UMat methods calls from application.
      
      OpenCL subsystem is initialized:
      - haveOpenCL() is called from application
      - useOpenCL() is called from application
      - access to OpenCL allocator: UMat is created (empty UMat is ignored) or UMat <-> Mat conversions are called
      
      Don't call OpenCL functions if OPENCV_OPENCL_RUNTIME=disabled
      (independent from OpenCL linkage type)
      0ed3209b
  10. 31 Oct, 2017 1 commit
  11. 13 Oct, 2017 1 commit
  12. 09 Oct, 2017 1 commit
  13. 02 Oct, 2017 1 commit
  14. 01 Oct, 2017 1 commit
  15. 15 Sep, 2017 1 commit
  16. 14 Sep, 2017 1 commit
  17. 08 Sep, 2017 1 commit
  18. 25 Aug, 2017 2 commits
  19. 13 Aug, 2017 1 commit
  20. 09 Aug, 2017 1 commit
  21. 26 Jul, 2017 2 commits
  22. 24 Jul, 2017 1 commit
  23. 13 Jul, 2017 1 commit
  24. 05 Jul, 2017 1 commit
  25. 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
  26. 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
  27. 30 Jun, 2017 1 commit
  28. 28 Jun, 2017 2 commits
  29. 27 Jun, 2017 1 commit
  30. 13 Jun, 2017 2 commits
  31. 04 Jun, 2017 1 commit