1. 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
  2. 05 Nov, 2017 1 commit
  3. 18 Oct, 2017 1 commit
  4. 18 Aug, 2017 1 commit
  5. 16 Jun, 2017 1 commit
  6. 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
  7. 25 Jan, 2017 1 commit
  8. 24 Jan, 2017 1 commit
  9. 16 Jan, 2017 1 commit
  10. 12 Jan, 2017 1 commit
  11. 14 Dec, 2016 1 commit
  12. 19 Oct, 2016 1 commit
  13. 17 Oct, 2016 1 commit
  14. 07 Oct, 2016 1 commit
  15. 30 Sep, 2016 1 commit
  16. 22 Sep, 2016 2 commits
  17. 07 Sep, 2016 1 commit
  18. 05 Sep, 2016 1 commit
  19. 24 Aug, 2016 1 commit
  20. 17 Aug, 2016 1 commit
  21. 05 Aug, 2016 1 commit
  22. 03 Jun, 2016 1 commit
  23. 27 Mar, 2016 1 commit
  24. 19 Feb, 2016 1 commit
  25. 14 Jan, 2016 1 commit
  26. 07 Jan, 2016 1 commit
  27. 06 Jan, 2016 1 commit
  28. 15 Dec, 2015 1 commit
  29. 12 Oct, 2015 1 commit
  30. 01 Oct, 2015 1 commit
  31. 19 Sep, 2015 1 commit
    • Pavel Rojtberg's avatar
      aruco: simplify Dictionary by not interleaving the marker rotations · 35b935c9
      Pavel Rojtberg authored
      store marker internally as
      "r0_b0, r0_b1, .. , r0_bn, r2_b0, .." instead of
      "r0_b0, r1_b0, .. , rn_b0, r1_b0, .."
      i.e. the same as in predefined_dictionaries.cpp.
      This makes loading a dictionary a simple memcpy and also allows to get
      rid of the custom hammingDistance implementation in favor of
      hal::normHamming.
      35b935c9
  32. 14 Sep, 2015 1 commit
  33. 28 Aug, 2015 1 commit
  34. 26 Aug, 2015 1 commit