How to increase the resolution of Point cloud in 2D?

2 ビュー (過去 30 日間)
jin soo kim
jin soo kim 2019 年 7 月 26 日
編集済み: jin soo kim 2019 年 8 月 26 日
Hello, I project a 3D PCD in two dimensions and calculate the distance value of each point cloud.
This is a 2d PCD that uses gscatter to represent different colors depending on distance.ed this repository(https://github.com/balcilar/DenseDepthMap). It works weel on kitti dataset but it doens't work on my own dataset(point cloud).
Is there any way I can express my pcd with higher resolution like the respository?

採用された回答

Sai Bhargav Avula
Sai Bhargav Avula 2019 年 7 月 29 日
Functions like delaunayTriangulation and scatteredInterpolant can be used to interpolate the data and get a Denser point cloud. For smoothening, use Savitzky-Golay filter.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangePoint Cloud Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by