Borrar filtros
Borrar filtros

Estgeotform3d using known points

7 visualizaciones (últimos 30 días)
Anup
Anup el 5 de Abr. de 2023
Respondida: Shreeya el 23 de Ag. de 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?

Respuestas (1)

Shreeya
Shreeya el 23 de Ag. de 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.

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by