1. 03 3月, 2020 1 次提交
  2. 02 3月, 2020 3 次提交
  3. 01 3月, 2020 2 次提交
  4. 29 2月, 2020 5 次提交
  5. 28 2月, 2020 5 次提交
  6. 27 2月, 2020 2 次提交
  7. 26 2月, 2020 9 次提交
  8. 25 2月, 2020 3 次提交
  9. 24 2月, 2020 2 次提交
  10. 23 2月, 2020 2 次提交
  11. 22 2月, 2020 4 次提交
  12. 21 2月, 2020 2 次提交
    • V
      Merge pull request #16594 from vpisarev:hull_ordering_fix · 8f386775
      Vadim Pisarevsky 提交于
      fixed the ordering of contour convex hull points
      
      * partially fixed the issue #4539
      
      * fixed warnings and test failures
      
      * fixed integer overflow (issue #14521)
      
      * added comment to force buildbot to re-run
      
      * extended the test for the issue 4539. Check the expected behaviour on the original contour as well
      
      * added comment; fixed typo, renamed another variable for a little better clarity
      
      * added yet another part to the test for issue #4539, where we run convexHull and convexityDetects on the original contour, without any manipulations. the rest of the test stays the same
      8f386775
    • A
      b2951203