Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.