mirror of
https://github.com/283375/arcaea-offline-ocr.git
synced 2025-07-01 20:36:27 +00:00
wip: wip
This commit is contained in:
@ -37,6 +37,10 @@ class ChieriBotV4ComponentRois:
|
||||
def title_rect(self):
|
||||
return apply_factor((35, 10, 430, 50), self.factor)
|
||||
|
||||
@property
|
||||
def jacket_rect(self):
|
||||
return apply_factor((263, 0, 239, 239), self.factor)
|
||||
|
||||
@property
|
||||
def score_rect(self):
|
||||
return apply_factor((30, 60, 270, 55), self.factor)
|
||||
|
Reference in New Issue
Block a user