0

Error appearing at pcd_las_o3d.points unable to assign extracted points to variable points

points= np.vstack([las.x,las.y,las.z]).T

colorsd= np.vstack([las.x,las.y,las.z]).T/65535

pcd_las_o3d.points = o3d.utility.Vector3dVector(pointsd)

pcd_las_o3d.colors = o3d.utility.Vector3dVector(colorsd)

o3d.visualization.draw_geometries([pcd_las_o3d])

2

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.