1. 13 Sep, 2018 1 commit
  2. 23 Aug, 2018 1 commit
    • logic1988's avatar
      Update aff_trans.cpp · b47c9ac6
      logic1988 authored
      When the fullAffine parameter is set to false, the estimateRigidTransform function maybe return empty, then the _localAffineEstimate function will be called, but the bug in it will result in incorrect results.
      b47c9ac6
  3. 21 Aug, 2018 1 commit
    • Jiri Horner's avatar
      Merge pull request #12248 from hrnr:video_remove_ransac · 49283ec0
      Jiri Horner authored
      * video: remove duplicate RANSAC code
      
      * remove RANSAC code video module. The module now uses RANSAC estimators from calib3d.
      * deprecate estimateRigidTransform
      
      * replace internal usage of deprecated estimateRigidTransform
      
      * remove from wrappers
      * replace usage in shape module. shape module now links to calib3d instead of video module.
      * reprecate also C API version
      
      * remove cvEstimateRigidTransform
      
      * supress deprecated warnings in estimateRigidTransform test
      
      * the function is now deprecated
      49283ec0
  4. 17 Jul, 2018 1 commit
  5. 28 Mar, 2018 1 commit
  6. 12 Feb, 2018 1 commit
  7. 13 Dec, 2017 1 commit
  8. 28 Jun, 2017 1 commit
  9. 27 Jun, 2017 1 commit
  10. 23 Jan, 2017 1 commit
  11. 18 Jan, 2017 1 commit
  12. 19 Aug, 2016 1 commit
  13. 07 Apr, 2016 1 commit
  14. 23 Dec, 2015 1 commit
  15. 03 Nov, 2015 1 commit
    • yigitsoy's avatar
      Fix inlier assignment in Hungarian algorithm · 16a3773a
      yigitsoy authored
      While checking whether a match is a real match, the index of the corresponding column (row) for a row (column) is checked. The limit should be the number of the real columns (rows) for a given row (column).
      16a3773a
  16. 16 Feb, 2015 1 commit
  17. 16 Dec, 2014 1 commit
  18. 25 Feb, 2014 1 commit
  19. 08 Oct, 2013 1 commit
  20. 06 Oct, 2013 1 commit
  21. 05 Oct, 2013 1 commit
  22. 30 Sep, 2013 11 commits