How do I draw normal of point cloud with arrow?
Posted: Sat Jul 27, 2019 12:45 am
Hi, I want to draw a unit normal vector for every point with an arrow in the end point of the normal vector, or to say, I want to draw lines and planes in CC, is there any examples show me how to do this? For example, in qHoughNormals.cpp, after normal estimation, I want to draw normal vectors instead of just set .
Code: Select all
cloud->showNormals(true);cloud->prepareDisplayForRefresh_recursive();