1. 01 Aug, 2017 1 commit
  2. 29 Jul, 2017 1 commit
  3. 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
  4. 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
  5. 15 Dec, 2016 1 commit
  6. 08 Aug, 2016 1 commit
  7. 26 Jun, 2016 1 commit
  8. 24 Sep, 2015 1 commit
  9. 23 Sep, 2015 1 commit
  10. 04 Sep, 2015 2 commits
  11. 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
  12. 18 Oct, 2014 1 commit
  13. 17 Oct, 2014 2 commits
  14. 16 Oct, 2014 2 commits
  15. 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
  16. 12 Aug, 2014 3 commits
  17. 11 Aug, 2014 3 commits
  18. 09 Aug, 2014 5 commits
  19. 08 Aug, 2014 4 commits
  20. 07 Aug, 2014 3 commits
  21. 06 Aug, 2014 4 commits