필터 지우기
필터 지우기

Estgeotform3d using known points

조회 수: 7 (최근 30일)
Anup
Anup 2023년 4월 5일
답변: Shreeya 2023년 8월 23일
I am trying to do a transformation from one data set so that it maps onto the other. The problem I am having is that the code I am using creates points for ptCloud 2 on the line ptCloud2 = pctransform(ptCloud1,tform);. Is there anyway i could keep the dimensions the same and could map a data set of 262 x 3 points onto a 25318 x 3 point data set by telling the code the points which should be lining up?

답변 (1개)

Shreeya
Shreeya 2023년 8월 23일
Hello Anup
It appears that the problem statement requires an increase in the number of data points in the final transformed dataset. Interpolation can help solve this issue. You can refer to this MATLAB answer for further reference where they have explained how to increase dataset length by Interpolation.
You can read more about interpolation here.
Hope this helps.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by