I need to convert Organized point cloud to Unorganized one

조회 수: 8 (최근 30일)
alessio gianussi
alessio gianussi 2022년 11월 11일
댓글: alessio gianussi 2022년 11월 16일
Hi, i'm working on analysis of pointclouds and i wrote a code for data as Mx3, now i need to analyse a pointcloud that is MxNx3 so i'm looking for a function that can translate Organized to Unorganized pointcloud. Can anyone help me? Thank you a lot!

채택된 답변

Vijay
Vijay 2022년 11월 14일
I am assuming you want to convert unorganized Point Cloud to organized one. For that you can use “pcorganize” function, Please refer the documentation below for more information.
Please note, Organized Point cloud is MxNx3, whereas Unorganized is Mx3. Please refer to the documentation below.
To convert from Organized to Unorganized point cloud you can use the function removeInvalidPoints.
Please refer to the documentation below for more information.
Hope this helps!

추가 답변 (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