Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Version 1.4 - Corner Finding

Latest
Compare
Choose a tag to compare
@cfangmeier cfangmeier released this 23 Feb 21:54
· 1 commit to master since this release

This release adds the ability to find corners of rectangles. This feature can be used by specifying the pointSelect parameter in the find_rects method. Values are

  • 0: center
  • 1: bottom-left corner
  • 2: top-left corner
  • 3: top-right corner
  • 4: bottom-right corner