How to convert vector<Point3f> in pcl
Hello,
I have 3d points of vector<point3f> type, and i want convert it into pcl::PointCloud<pcl::pointxyz> type for visualization of 3d points. How can i convert these vector type points , can anyone suggest me?
Thanks in advance.