This commit is contained in:
2023-08-26 23:37:54 +08:00
parent 5fc8581a3f
commit 91e50d0dab
4 changed files with 133 additions and 60 deletions

View File

@ -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)