Triangulating fiducial marker position in c-arm image (DICOM) using stereoParameters

조회 수: 2 (최근 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
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
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
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 CenterFile 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!

Translated by