mirror of
https://github.com/Astatin3/fabric-point-cloud.git
synced 2026-06-09 00:28:05 -06:00
Work on depth based point cloud masking
This commit is contained in:
+2
-1
@@ -25,6 +25,7 @@ def run_loop():
|
||||
clientsocket.connect(('localhost', 65000))
|
||||
print("Connected!")
|
||||
|
||||
|
||||
while running:
|
||||
points, colors = k.get_ptcld(colorized=True, scale=10)
|
||||
|
||||
@@ -51,7 +52,7 @@ def run_loop():
|
||||
# reconstruction.points = o3d.utility.Vector3dVector(points)
|
||||
# reconstruction.colors = o3d.utility.Vector3dVector(colors)
|
||||
# vis.update_geometry(reconstruction)
|
||||
|
||||
#
|
||||
for i in range(len(points)):
|
||||
point = points[i]
|
||||
color = colors[i]
|
||||
|
||||
Reference in New Issue
Block a user