I have 2 overlapping point clouds - A.las and B.las.
A is from 2015 and B is from 2016, both are from the same area.
I have PDAL (through OSGeos4W64), I'm trying to create a new file containing all the points which are different, this can be in two files i.e. A_diff and B_diff or as a single All_diff.
I've tried to use diff within pdal and pcl, but I'm not sure how to write the syntax of the json file, the www.pdal.io site is not great for beginners. Can anyone provide me with an example?
Heres the pcl info http://docs.pointclouds.org/trunk/classpcl_1_1_segment_differences.html
Thank you for any help.