mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-04 06:20:17 +00:00
impr: DeviceRoisMaskerAutoT2 pfl color range (#11)
This commit is contained in:
parent
2241230a7a
commit
df77421a34
@ -125,7 +125,7 @@ class DeviceRoisMaskerAutoT1(DeviceRoisMaskerAuto):
|
||||
|
||||
class DeviceRoisMaskerAutoT2(DeviceRoisMaskerAuto):
|
||||
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_MAX = np.array([179, 255, 255], np.uint8)
|
||||
|
Loading…
x
Reference in New Issue
Block a user