mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-04 22:06:26 +00:00
chore: code linting
This commit is contained in:
@ -6,6 +6,8 @@ from .common import DeviceRoisMasker
|
||||
|
||||
|
||||
class DeviceRoisMaskerAuto(DeviceRoisMasker):
|
||||
# pylint: disable=abstract-method
|
||||
|
||||
@staticmethod
|
||||
def mask_bgr_in_hsv(roi_bgr: Mat, hsv_lower: Mat, hsv_upper: Mat):
|
||||
return cv2.inRange(
|
||||
|
Reference in New Issue
Block a user