Filter löschen
Filter löschen

Estgeotform3d using known points

7 Ansichten (letzte 30 Tage)
Anup
Anup am 5 Apr. 2023
Beantwortet: Shreeya am 23 Aug. 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?

Antworten (1)

Shreeya
Shreeya am 23 Aug. 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.

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Produkte


Version

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by