Open CatherineBone opened 1 year ago
I think I worked it out :) I think it could possibly be the functions computeTransform and applyTransform. I used a random hard tissue sample as the fixed landmarks and then I applied the Compute and Apply transform to each of the combined (hard and soft) samples
trafo<-computeTransform[combinedarray[,,2],[combinedarray[618-931,,4]) transLM<-applyTransform[combinedarray[,,4],trafo)
FIngers crossed its correct!
I have an array of 3D landmark data defined as 931 x 3 x 4. For each of the four individuals (3rd dim) the first 617 rows contain soft tissue landmarks, and the following 314 rows contain hard tissue landmarks
I've done a Procrustes fit for hard tissue configurations
Now I need to register the complete landmark configurations (soft and hard tissue) of all specimens within the bone-tissue shape space - how do I do this?
I've tried
but they only give me 314 rows of data, but I think I need a matrix of dimensions of the total landmarks (931)
Thanks for your help :)