Quantcast
Channel: converting pcloudXYZ to pcloudXYZRGB using pcl 1.6 - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by user5146563 for converting pcloudXYZ to pcloudXYZRGB using pcl 1.6

to convert one data type to another in pcl you can u this function: pcl::PointCloud<pcl::PointXYZ> input; pcl::PointCloud<pcl::PointXYZRGB> cloud; pcl::copyPointCloud(input,cloud);But here...

View Article



Answer by alap for converting pcloudXYZ to pcloudXYZRGB using pcl 1.6

Fill up the rgb data with 0 :D, you can't just simply convert the two things, because you don't have any rgb data.Look here for the official documentation and example

View Article

converting pcloudXYZ to pcloudXYZRGB using pcl 1.6

I am new to PCL and also to C++. I need to convert a point cloud of XYZ type to a point cloud of XYZRGB type and vice versa, using PCL 1.6. I tried 'pcl::copyPointCloud(cloud, cloudRGB);' but VS2010...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>