mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Opt: Increase HOMO_EDGE_HOUGHLINES_THRESHOLD to 140
140 is the length of one tile Also show Lines objects in trace back
This commit is contained in:
@@ -19,6 +19,8 @@ class Points:
|
||||
def __str__(self):
|
||||
return str(self.points)
|
||||
|
||||
__repr__ = __str__
|
||||
|
||||
def __iter__(self):
|
||||
return iter(self.points)
|
||||
|
||||
@@ -87,6 +89,8 @@ class Lines:
|
||||
def __str__(self):
|
||||
return str(self.lines)
|
||||
|
||||
__repr__ = __str__
|
||||
|
||||
def __iter__(self):
|
||||
return iter(self.lines)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user