mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-04-22 06:50:18 +00:00
Compare commits
No commits in common. "master" and "v0.0.98" have entirely different histories.
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "arcaea-offline-ocr"
|
||||
version = "0.0.99"
|
||||
version = "0.0.98"
|
||||
authors = [{ name = "283375", email = "log_283375@163.com" }]
|
||||
description = "Extract your Arcaea play result from screenshot."
|
||||
readme = "README.md"
|
||||
|
@ -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, 40, 255], np.uint8)
|
||||
PFL_HSV_MAX = np.array([179, 10, 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