added the surface points to debugging data
This commit is contained in:
parent
efade89a57
commit
a93dfc24f6
|
@ -137,6 +137,7 @@ class SlopeFinder():
|
||||||
y = surface_y[x]
|
y = surface_y[x]
|
||||||
if y != is_non_jumping_bead_image.shape[0]:
|
if y != is_non_jumping_bead_image.shape[0]:
|
||||||
surface_pts.append((x, y))
|
surface_pts.append((x, y))
|
||||||
|
mo_pro_listener.m_imageProcessListener.onPoint((x, y), 'surface')
|
||||||
# print(surface_pts)
|
# print(surface_pts)
|
||||||
x = [pt[0] for pt in surface_pts]
|
x = [pt[0] for pt in surface_pts]
|
||||||
y = [pt[1] for pt in surface_pts]
|
y = [pt[1] for pt in surface_pts]
|
||||||
|
|
Loading…
Reference in New Issue