problem when extracting filtered information

Feel free to ask any question here
Post Reply
Sergio
Posts: 2
Joined: Thu Oct 03, 2019 5:29 pm

problem when extracting filtered information

Post by Sergio »

I am trying to extract the points from the classification but I cannot export the LAS, to see if the point cloud has been classified correctly. My goal is to extract the categories ranging from 2 to 6.
C:\Users\IGEAR7>
cd C:\Program Files\CloudCompare
CloudCompare –O W:\SergioR\cloud\1.las -SET_ACTIVE_SF 9
CloudCompare –O W:\SergioR\cloud\1.las -FILTER_SF 2 6
CloudCompare –O W:\SergioR\cloud\1.las -C_EXPORT_FMT LAS
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: problem when extracting filtered information

Post by daniel »

So you have to add all the options in the same call:
CloudCompare –O W:\SergioR\cloud\1.las -SET_ACTIVE_SF 9 -C_EXPORT_FMT LAS -FILTER_SF 2 6

And I put -C_EXPORT_FMT before calling -FILTER_SF so as to make sure the automatically saved cloud will have the LAS format (otherwise you can disable the automatic save, and explicitly ask CC to save the file with a custom name, etc.)
Daniel, CloudCompare admin
Post Reply