CAO Chuangxin
CAO Chuangxin
tips: call createFromPointCloud Process finished with exit code -1073741819 (0xC0000005) so, Have someone tested this function? thks
code: cloud = pcl.load( 'table_scene_lms400.pcd') ne = cloud.make_NormalEstimation() tree = cloud.make_kdtree() ne.set_SearchMethod(tree) ne.set_RadiusSearch(0.03) normals = ne.compute() print(normals.to_array()) # visualize normals viewer = pcl.pcl_visualization.PCLVisualizering() viewer.SetBackgroundColor(0.0, 0.0, 0.5) # viewer.addPointCloudNormals(cloud, normals, b'normals');...
when the VTKWindows show Normals, the error appears "no override found for "vtkactor" " is there someone have the same question? And who can help me ? thks