1. 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
  2. 15 Dec, 2016 1 commit
  3. 08 Aug, 2016 1 commit
  4. 26 Jun, 2016 1 commit
  5. 24 Sep, 2015 1 commit
  6. 23 Sep, 2015 1 commit
  7. 04 Sep, 2015 2 commits
  8. 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
  9. 18 Oct, 2014 1 commit
  10. 17 Oct, 2014 2 commits
  11. 16 Oct, 2014 2 commits
  12. 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
  13. 12 Aug, 2014 3 commits
  14. 11 Aug, 2014 3 commits
  15. 09 Aug, 2014 5 commits
  16. 08 Aug, 2014 4 commits
  17. 07 Aug, 2014 3 commits
  18. 06 Aug, 2014 6 commits
    • edgarriba's avatar
      Updated Utils functions · f1b6809e
      edgarriba authored
      f1b6809e
    • edgarriba's avatar
      Fixed warnings · 2881f2a0
      edgarriba authored
      2881f2a0
    • edgarriba's avatar
      Fixed warnings · d2665b65
      edgarriba authored
      d2665b65
    • edgarriba's avatar
      Update headers · e14f91dd
      edgarriba authored
      e14f91dd
    • edgarriba's avatar
      Added code · ddf5c86f
      edgarriba authored
      ddf5c86f
    • edgarriba's avatar
      deleted: src/CsvReader.cpp · 57d2cb89
      edgarriba authored
      	deleted:    src/CsvReader.h
      	deleted:    src/CsvWriter.cpp
      	deleted:    src/CsvWriter.h
      	deleted:    src/Mesh.cpp
      	deleted:    src/Mesh.h
      	deleted:    src/Model.cpp
      	deleted:    src/Model.h
      	deleted:    src/ModelRegistration.cpp
      	deleted:    src/ModelRegistration.h
      	deleted:    src/PnPProblem.cpp
      	deleted:    src/PnPProblem.h
      	deleted:    src/RobustMatcher.cpp
      	deleted:    src/RobustMatcher.h
      	deleted:    src/Utils.cpp
      	deleted:    src/Utils.h
      	deleted:    src/main_detection.cpp
      	deleted:    src/main_registration.cpp
      	deleted:    src/main_verification.cpp
      	deleted:    src/test_pnp.cpp
      57d2cb89
  19. 05 Aug, 2014 1 commit