Interpolation/Extrapolation 3D Points
古いコメントを表示
Hello
I have 5 markers (L1, L2, L3, L4, L5) all on the lumbar spine. L1 is missing.
From L2, L3, L4, L5 i have the x,y,z coordinates for 360frames. Is it possible to extrapolate the coordinates for L1?
The markers can be assumed to be equaly distributed.
Thank you!
7 件のコメント
Walter Roberson
2015 年 10 月 16 日
Would the spine not be bending? If so then the markers might be equally distributed when the spine is straight, but what information is available to predict how the spine bent and took L1 with it?
Walter Roberson
2015 年 10 月 16 日
Oliver responds:
I have the X,Y,Z coordinates of L5,L4,L3,L2 for 360frames. For this time we have the movement of the spine.
Walter Roberson
2015 年 10 月 16 日
Oliver, please keep in mind that the volunteers here know MATLAB better than they know how the spine works, and especially we know MATLAB better than we know your experimental setup.
1) Are the 5 markers to be assumed to be on a single short part of the spine that is completely rigid and flat, like trying to predict where the "1" is on a wooden ruler when we know where "2", "3", "4", and "5" are?
2) Are the markers to be assumed to be on a segment of the spine that has a maximum bend from the other segments, and you are fine with getting back coordinates that are anywhere in the range of that maximum bend, or alternately getting back constraints on the range of positions where the L1 might be?
3) Are the markers to be assumed to be on a segment of the spine that moves in consistent ways, and that what is needed is to track the markers over time forward and backwards in order to figure out where the L1 must have been because the other markers on the spine would have moved differently if it had been elsewhere?
Option #1 is not difficult to implement and does not require knowledge of anything other than some easy geometry.
Option #2 is a bit more tricky but should not be too bad
Option #3 requires a lot more knowledge of spinal mechanics and would likely not be all that easy to implement.
Oliver Kumar
2015 年 10 月 17 日
Star Strider
2015 年 10 月 17 日
If you also have T12, you can interpolate between T12 and L2. Otherwise (without seeing the radiograph and without knowing if this represents trauma or other abnormal anatomy), L1 could be crushed or simply absent. It’s not likely to have wandered far if it still exists.
Oliver Kumar
2015 年 10 月 18 日
Huy Le Van
2021 年 8 月 30 日
Hi. I am writting graduation thesis.Can you write code about lumbar spine pain ?(Guide)
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Interpolation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!