mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-11 01:55:08 +08:00
Opt: Log appearance of perspective detection
This commit is contained in:
@@ -164,9 +164,6 @@ class Perspective:
|
|||||||
'/' if self.left_edge else ' ', '_' if self.upper_edge else ' ',
|
'/' if self.left_edge else ' ', '_' if self.upper_edge else ' ',
|
||||||
'\\' if self.right_edge else ' ', len(self.vertical), len(vertical), len(edge_v))
|
'\\' if self.right_edge else ' ', len(self.vertical), len(vertical), len(edge_v))
|
||||||
)
|
)
|
||||||
if len(horizontal) - len(self.horizontal) >= 3 or len(vertical) - len(self.vertical) >= 3:
|
|
||||||
logger.info('Too many deleted lines')
|
|
||||||
# self.save_error_image()
|
|
||||||
|
|
||||||
def load_image(self, image):
|
def load_image(self, image):
|
||||||
"""Method that turns image to monochrome and hide UI.
|
"""Method that turns image to monochrome and hide UI.
|
||||||
|
|||||||
Reference in New Issue
Block a user