This repository has been archived by the owner on Jul 13, 2022. It is now read-only.
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