Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Filtering points from AR Point cloud

Discussion in 'AR' started by Sakuwwz, Oct 29, 2021.

  1. Sakuwwz

    Sakuwwz

    Joined:
    Nov 5, 2018
    Posts:
    50
    Hello beloved developers,
    I would like to get some suggestions from you on how to filter out some points in the AR Point cloud. Currently, I'm working on an object scanning to measure heights application, and I want to filter points of the point cloud because it is too noisy in the scene. I want to filter out points by
    1. Eliminate/ not display far away points and much higher points than a value.
    2. Merge points that are closer for each number of points.
    Can anybody help me to achieve this, please?
    Thank you in advance!