mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-01 04:16:27 +00:00
impr: DeviceRoisMaskerAutoT2 pfl color range (#11)
This commit is contained in:
@ -125,7 +125,7 @@ class DeviceRoisMaskerAutoT1(DeviceRoisMaskerAuto):
|
|||||||
|
|
||||||
class DeviceRoisMaskerAutoT2(DeviceRoisMaskerAuto):
|
class DeviceRoisMaskerAutoT2(DeviceRoisMaskerAuto):
|
||||||
PFL_HSV_MIN = np.array([0, 0, 248], np.uint8)
|
PFL_HSV_MIN = np.array([0, 0, 248], np.uint8)
|
||||||
PFL_HSV_MAX = np.array([179, 10, 255], np.uint8)
|
PFL_HSV_MAX = np.array([179, 40, 255], np.uint8)
|
||||||
|
|
||||||
SCORE_HSV_MIN = np.array([0, 0, 180], np.uint8)
|
SCORE_HSV_MIN = np.array([0, 0, 180], np.uint8)
|
||||||
SCORE_HSV_MAX = np.array([179, 255, 255], np.uint8)
|
SCORE_HSV_MAX = np.array([179, 255, 255], np.uint8)
|
||||||
|
Reference in New Issue
Block a user