factor more methods out of utils

This commit is contained in:
Konstantin Baierer 2020-11-27 13:16:55 +01:00
parent 8c72f8bc03
commit fb247dafc2
9 changed files with 3086 additions and 3027 deletions

View file

@ -1,3 +1,7 @@
import math
import imutils
import cv2
def rotatedRectWithMaxArea(w, h, angle):
if w <= 0 or h <= 0: