1. 26 Aug, 2018 1 commit
  2. 23 Aug, 2018 1 commit
  3. 02 Jul, 2018 1 commit
  4. 13 Jun, 2018 1 commit
  5. 11 May, 2018 1 commit
  6. 04 May, 2018 1 commit
  7. 21 Mar, 2018 2 commits
  8. 16 Mar, 2018 1 commit
    • Lizeth Huertas's avatar
      Merge pull request #1570 from szk1509:apriltag · a817a197
      Lizeth Huertas authored
      Apriltag (#1570)
      
      * doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners
      
      * some little corrections
      
      * samples edited
      
      * documented :)
      
      * tabs corrected
      
      * Docu corrections
      
      * refinement for all candidates
      
      * refinement for all candidates :: copy paste error corrected
      
      * comment
      
      * apriltag
      
      * whitespace corrected
      
      * corr ini
      
      * correction :: warnings, c4244, preprocDirect, ...
      
      * try to ignore 4244, fix 2131, add test, and ...
      
      * try to ignore 4244
      
      * test duplicate deleted
      
      * corrected test, warnings
      
      * test :: correction
      
      * warnings
      
      * warnings and test
      
      * warnings
      
      * perspective test, warning corrections
      
      * warning a_q_t
      
      * warning
      
      * warning
      
      * 3 clause BSD license
      
      * stacksz and typo
      
      * eliminate build warnings
      
      - cv::fastAtan2()
      - cvFloor()
      
      * small code refactoring
      
      * fix isfinite()
      
      * get rid of manual calloc/free calls
      
      * update file headers
      a817a197
  9. 05 Feb, 2018 1 commit
  10. 02 Feb, 2018 1 commit
  11. 05 Nov, 2017 1 commit
  12. 18 Oct, 2017 1 commit
  13. 10 Oct, 2017 1 commit
  14. 29 Sep, 2017 1 commit
    • Felix Wehnert's avatar
      fixed typo in tutorial · c41a963f
      Felix Wehnert authored
      rvecs and tvecs should be of type std::vector<cv::Vec3d> as used in the detect_markers.cpp. Otherwise an exception is thrown.
      c41a963f
  15. 18 Aug, 2017 1 commit
  16. 16 Jun, 2017 1 commit
  17. 26 May, 2017 1 commit
  18. 08 May, 2017 2 commits
  19. 11 Apr, 2017 2 commits
    • szk1509's avatar
      Merge pull request #973 from szk1509:master · 40f1ac51
      szk1509 authored
      new corner refinement method :: using the contour-lines (#973)
      
      * doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners
      
      * some little corrections
      
      * samples edited
      
      * documented :)
      
      * tabs corrected
      
      * Docu corrections
      
      * refinement for all candidates
      
      * refinement for all candidates :: copy paste error corrected
      
      * comment
      40f1ac51
    • Erwan Normand's avatar
      Merge pull request #1108 from enormand:aruco-calibration-board-points · 4ed8c5eb
      Erwan Normand authored
      aruco: make public the getBoardObjectAndImagePoints function (#1108)
      
      * Made the private static getBoardObjectAndImagePoints function public to be used for calibration.
      
      * Switched the arguments detectedIds and detectedCorners, and objPoints and imgPoints on getBoardObjectandImagePoints function for consistency with calibrateCamera and calibrateCameraAruco functions.
      
      * Added the flag CV_EXPORTS_W to the getBoardObjectAndImagePoints function.
      4ed8c5eb
  20. 25 Jan, 2017 1 commit
  21. 24 Jan, 2017 1 commit
  22. 16 Jan, 2017 1 commit
  23. 12 Jan, 2017 1 commit
  24. 14 Dec, 2016 1 commit
  25. 19 Oct, 2016 1 commit
  26. 17 Oct, 2016 1 commit
  27. 07 Oct, 2016 1 commit
  28. 30 Sep, 2016 1 commit
  29. 22 Sep, 2016 2 commits
  30. 07 Sep, 2016 1 commit
  31. 05 Sep, 2016 1 commit
  32. 24 Aug, 2016 1 commit
  33. 23 Aug, 2016 1 commit
  34. 17 Aug, 2016 1 commit
  35. 05 Aug, 2016 1 commit
  36. 19 Jun, 2016 1 commit
    • Sarthak Ahuja's avatar
      [Aruco] detector_params YAML updated · f63c28a6
      Sarthak Ahuja authored
      [Aruco] Fixed the spelling of Length in Samples
      
      replaced images to 6x6_250
      
      Updated README
      
      [Aruco] Updated Charuco Diamond Detection Tutorial Readme
      
      [Aruco] Updated Charuco Board  Detection Tutorial Readme
      
      [Aruco] Updated Aruco Tutorials  Readme
      
      [Aruco] Updated Aruco Tutorials  Readme
      
      Added a new line at the end of file.
      
      Update aruco_board_detection.markdown
      
      Update aruco_calibration.markdown
      
      Update aruco_detection.markdown
      
      Update charuco_detection.markdown
      
      Update charuco_diamond_detection.markdown
      
      Update README.md
      
      Update charuco_detection.markdown
      f63c28a6