Effacer les filtres
Effacer les filtres

Estgeotform3d using known points

7 vues (au cours des 30 derniers jours)
Anup
Anup le 5 Avr 2023
Réponse apportée : Shreeya le 23 Août 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?

Réponses (1)

Shreeya
Shreeya le 23 Août 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.

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Produits


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by