double pointsDistconst pclPointXYZ& p1 const pclPointXYZ& p2;
This function takes two points in 3D space represented by the pcl::PointXYZ data type and calculates the Euclidean distance between them. The return value is a double representing the distance between the two points.
原文地址: https://www.cveoy.top/t/topic/dJtY 著作权归作者所有。请勿转载和采集!