Merge branch 'main' of https://arnweb.nl/gitea/arne/EV5_Beeldherk_Bomen
This commit is contained in:
commit
29276df9d6
@ -46,6 +46,8 @@ for file in os.listdir(input_folder):
|
||||
small_img,
|
||||
corners,
|
||||
ids)
|
||||
|
||||
# Debug
|
||||
for id in ids:
|
||||
print(id)
|
||||
print(corners[id[0]])
|
||||
@ -68,8 +70,8 @@ for file in os.listdir(input_folder):
|
||||
color=(255, 100, 255),
|
||||
thickness=-1)
|
||||
|
||||
print(x[i])
|
||||
print(y[i])
|
||||
print("x[%d]: %d"%(i, x[i]))
|
||||
print("y[%d]: %d"%(i, y[i]))
|
||||
print()
|
||||
|
||||
i += 1
|
||||
|
Loading…
Reference in New Issue
Block a user