Azzera filtri
Azzera filtri

Estgeotform3d using known points

7 visualizzazioni (ultimi 30 giorni)
Anup
Anup il 5 Apr 2023
Risposto: Shreeya il 23 Ago 2023
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?

Risposte (1)

Shreeya
Shreeya il 23 Ago 2023
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.

Prodotti


Release

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by