Skip to main content
Solved

Question regarding thinning out point clouds

  • September 16, 2021
  • 3 replies
  • 93 views

Hi! I need to thin out a uniform(?) point cloud where the points are spaced out evenly, the result should also be spaced out evenly. I tried the PointCloudThinner but it does not seem to do what I want. See attached pictures. The circled objects are the ones that need to be removed. I Hope I explained the problem clearly enough😊 punkter2punkter

Best answer by virtualcitymatt

If the points are aligned to a grid and are integers (e.g., x and y do not have decimals) then you can try this option.

filterThe unfiltered result should contain what you want.

 

This works by just filtering out all the points (x or y) which are even and keeps the odd points.

View original
Did this help you find an answer to your question?

3 replies

virtualcitymatt
Celebrity
Forum|alt.badge.img+34
  • Celebrity
  • Best Answer
  • September 16, 2021

If the points are aligned to a grid and are integers (e.g., x and y do not have decimals) then you can try this option.

filterThe unfiltered result should contain what you want.

 

This works by just filtering out all the points (x or y) which are even and keeps the odd points.


virtualcitymatt
Celebrity
Forum|alt.badge.img+34

Another option is to force to a raster (you could try the NumericRasteriser) here you can specify cell spacing. Just pick twice the spacing of the point cloud. Next step is the then pass the raster through a PointCloudCombiner which will turn it back into a PointCloud.


  • Author
  • September 20, 2021
virtualcitymatt wrote:

Another option is to force to a raster (you could try the NumericRasteriser) here you can specify cell spacing. Just pick twice the spacing of the point cloud. Next step is the then pass the raster through a PointCloudCombiner which will turn it back into a PointCloud.

Thank you! I managed to solve the problem with the help of your input.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings