Triangulating fiducial marker position in c-arm image (DICOM) using stereoParameters
3 次查看(过去 30 天)
显示 更早的评论
Hi,
I have 2 DICOM images exported from a c-arm imaging device. The images are 60 degrees apart in rotation and there is no translation between the two images. There is a marker in each image of which I would like to return the 3-D coordinates in world coordinate system.
The source-imager distance, pixel size, coordinates of the marker in each image, and angle between the two images are all known.
I'm attempting to use stereoParameters and triangulate to achieve this however I am unable to change the FocalLength parameter manually.
Is anyone able to assist me with this? Or recommend an alternative method to achieve my aim?
Regards, Joel
1 个评论
Matt J
2018-6-4
Yan Li commented:
Hi,Joel I am a graduate student now and interested in your C_arm image because I wanna study the parameters of them, could you upload them and share, I will appreciate it ~ THANKS :) Leanne
采纳的回答
Matt J
2018-3-18
编辑:Matt J
2018-4-6
If you have the 3x4 projection matrices for the two gantry positions, then you can use the attached routine to do the triangulation. It isn't the optimal triangulation algorithm, but if your 2D localization errors are small, it serves most practical purposes.
10 个评论
Matt J
2018-4-9
Yes, it should be a 2x3x2 matrix, but xy(1,:,:) should be the x-coordinates and xy(2,:,:) should be the y-coordinates.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!