I am testing new option in command line (v2.11) - the one that runs the Ransac Shape Detection plugin.
I would like to save detected shapes cloudes in seperate files (I assumed OUTPUT_INDIVIDUAL_SUBCLOUDS should do it).
That's the command I used:
Code: Select all
CloudCompare -O [path-to-my-PCD-file] -RANSAC EPSILON_ABSOLUTE 0.1 BITMAP_EPSILON_ABSOLUTE 0.155 SUPPORT_POINTS 50 MAX_NORMAL_DEV 25 PROBABILITY 0.01 OUT_CLOUD_DIR [path-to-output-folder] OUTPUT_INDIVIDUAL_SUBCLOUDS ENABLE_PRIMITIVE PLANE
Am I missing something obvious? Will I be able to save detected shapes clouds in particular format (using -AUTO_SAVE OFF -NO_TIMESTAMP -C_EXPORT_FMT [format] before opening the file and -SAVE_CLOUDS at the end)? Or maybe there is other way to separate detected segments from group?