mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-06 06:46:26 +00:00
fix: typing annotations for cv2.Mat
, see #5
This commit is contained in:
@ -5,7 +5,6 @@ from cv2 import (
|
||||
CHAIN_APPROX_SIMPLE,
|
||||
RETR_EXTERNAL,
|
||||
TM_CCOEFF_NORMED,
|
||||
Mat,
|
||||
boundingRect,
|
||||
findContours,
|
||||
imshow,
|
||||
@ -25,6 +24,7 @@ from .template import (
|
||||
load_builtin_digit_template,
|
||||
matchTemplateMultiple,
|
||||
)
|
||||
from .types import Mat
|
||||
|
||||
__all__ = [
|
||||
"group_numbers",
|
||||
|
Reference in New Issue
Block a user