1. 11 May, 2018 1 commit
  2. 15 Feb, 2018 1 commit
  3. 12 Feb, 2018 2 commits
  4. 08 Feb, 2018 1 commit
    • luz.paz's avatar
      Misc. ./samples typos · dbb57cd0
      luz.paz authored
      Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
      dbb57cd0
  5. 31 Jan, 2018 1 commit
  6. 01 Aug, 2017 1 commit
  7. 29 Jul, 2017 1 commit
  8. 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
  9. 28 Feb, 2017 1 commit
    • umbraclet16's avatar
      Solve issue #8264 · 17ece586
      umbraclet16 authored
      Fix bug in camera_calibration.cpp that the program tries to
      parse input of type VIDEO_FILE as IMAGE_LIST which causes the
      program to crash.
      17ece586
  10. 15 Dec, 2016 1 commit
  11. 08 Aug, 2016 1 commit
  12. 26 Jun, 2016 1 commit
  13. 24 Sep, 2015 1 commit
  14. 23 Sep, 2015 1 commit
  15. 04 Sep, 2015 2 commits
  16. 31 Mar, 2015 1 commit
    • Pavel Rojtberg's avatar
      - update documentation · 7c5084e3
      Pavel Rojtberg authored
          * correct the part about fixed aspect
          * improve formatting
          * add snippet markers to source
          * replace inline code by @snippet
        - do not run calibration twice when using a imageList
        - make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample
        - respect write extrinsic/ points flags
        - set the aspectRatio value when specified
        - fix writing of calibration settings. also update grammar.
        - fix intendation and remove some size_t -> int casts by using size_t
      7c5084e3
  17. 18 Oct, 2014 1 commit
  18. 17 Oct, 2014 2 commits
  19. 16 Oct, 2014 2 commits
  20. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  21. 12 Aug, 2014 3 commits
  22. 11 Aug, 2014 3 commits
  23. 09 Aug, 2014 5 commits
  24. 08 Aug, 2014 4 commits
  25. 07 Aug, 2014 1 commit