Home
last modified time | relevance | path

Searched refs:normals_octree (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/tools/
H A Dobj_rec_ransac_result.cpp213 PointCloud<Normal>::Ptr normals_octree (new PointCloud<Normal> ()); in run() local
214 objrec.getSceneOctree ().getNormalsOfFullLeaves (*normals_octree); in run()
215 viz.addPointCloudNormals<PointXYZ,Normal> (points_octree, normals_octree, 1, 6.0f, "normals out"); in run()