Page 1 of 1

Masking a point cloud with segmented point cloud?

Posted: Tue Jul 23, 2019 10:08 am
by Shukhrat
Hi Daniel,

I used PCL clustering algorithm to segment some features. Now I want to remove those segmented points from original point cloud. Is there a way to do it in CC?

Thanks in advance,

Kind regards,
Shukhrat

Re: Masking a point cloud with segmented point cloud?

Posted: Tue Jul 23, 2019 8:54 pm
by daniel
If you have a scalar field associated to your point cloud, then you can use the 'Edit > Scalar fields > Filter by value' method?

Re: Masking a point cloud with segmented point cloud?

Posted: Tue Jul 23, 2019 11:54 pm
by Shukhrat
Thanks, original point cloud has scalar fried value ranges from 1.0 to 1.0. Segmented cloud value ranges from 1 to 1097. I am not sure how to filter out segmented cloud from original cloud.

Re: Masking a point cloud with segmented point cloud?

Posted: Wed Jul 24, 2019 9:16 pm
by daniel
Ah ah, then I guess you'll have to understand what these values represent ;)