필터 지우기
필터 지우기

Remove / fill outliers from 3D matrix from structured grid or scattered data

조회 수: 2 (최근 30일)
Hi,
I wanted to perform the following task:
- remove (and fill) outliers in a 3D matrix of data. The grid could be structured or a cloud of scattered points. Ideally, would be useful to have a smaller volume which serves as a sliding window, since some values are outliers in a region but not in the other.
I noticed the following function exist :
which are good for 1D, or 2D data.
A possible way would be to obtain data for every small volume (sliding window), convert in 1D/2D, remove the outliers with one of the previously mentioned methods, and then continue with the next window.
This would be computationally expensive for my case.
I wonder whether there is another way/function to perform this task?
Thank you in advance

답변 (0개)

카테고리

Help CenterFile Exchange에서 Point Cloud Processing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by