Hello All,
I want to classify ground points of my point cloud. I want to include only points with a confidence score >2. Is there an easier way to do this?
I see options to filter the point cloud by confidence. My current idea is to use the filtering function, classify points with confidence 0-2 into a "throwaway" category, and then proceed to classify groundpoints. This is an attempt to avoid deleting these low-confidence points. If there is a way to avoid this labor-heavy process, please let me know. I have over 60 sites to process, so any time saved is 60x across the project.
Thanks!