mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-07-05 00:49:57 +02:00
factor more methods out of utils
This commit is contained in:
parent
8c72f8bc03
commit
fb247dafc2
9 changed files with 3086 additions and 3027 deletions
|
@ -1,3 +1,7 @@
|
|||
import math
|
||||
|
||||
import imutils
|
||||
import cv2
|
||||
|
||||
def rotatedRectWithMaxArea(w, h, angle):
|
||||
if w <= 0 or h <= 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue