I'm working in a small group that is processing LiDAR data with some custom code. We need to see how well our stuff is working so we need samples of "truth" data that we can compare our output against.
Ideally we could load a .las file into a Graphical User Interface (GUI) then select a series or group of points that can be saved off. Then, we could programmatically compare the output to the truth.
We will have thousands of point groups to manually save so I'm trying to find the most efficient way to do so.
No comments:
Post a Comment