Hello,
I have a point cloud for which I would like to extract the coordinates of the single point where the point cloud reach its maximum value.
I can use the pointCloudStatisticsCalculator to obtained the maximum value of x. Is there a way to obtain the corresponding ordinates (y) and altitude(z) values for that x without coercing the pointcloud?
Thanks