필터 지우기
필터 지우기

Point Cloud to point cloud difference Extraction

조회 수: 13 (최근 30일)
prashik shende
prashik shende 2020년 9월 24일
댓글: Koushik Maturi 2020년 11월 10일
Hi,
I want to extract difference between two point cloud data
To extract difference in point cloud instead of using nearest neighbour in Matlab is there any other approach we can follow because it is taking a lot of time to me to extract different so if there is an efficient way to extract the difference between two point clouds please let me know

채택된 답변

Koushik Maturi
Koushik Maturi 2020년 11월 9일
I understand that you are looking to estimate the difference between two point clouds by extracting difference. I assume that you mean extracting and comparing features between two point clouds. You can perform this task by using the extractFPFHFeatures function to extract the features and the pcmatchfeatures function to find matching features between both of the point clouds. The pcmatchfeatures documentation contains an example that shows you how to perform this.
  댓글 수: 2
prashik shende
prashik shende 2020년 11월 10일
I am using R2020a and refered extractFPFHFeatures but getting and error
undefine function 'extractFPFHFeatures' for input argument type of 'pointCloud'
How to resolve this?
Koushik Maturi
Koushik Maturi 2020년 11월 10일
This feature is available from R2020b. I suggest that you refer to Point Cloud Registration. I think those features are present in R2020a.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by