Triangulating fiducial marker position in c-arm image (DICOM) using stereoParameters
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Joel Poder
el 18 de Mzo. de 2018
Comentada: Matt J
el 4 de Jun. de 2018
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 comentario
Matt J
el 4 de Jun. de 2018
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
Respuesta aceptada
Matt J
el 18 de Mzo. de 2018
Editada: Matt J
el 6 de Abr. de 2018
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 comentarios
Matt J
el 9 de Abr. de 2018
Yes, it should be a 2x3x2 matrix, but xy(1,:,:) should be the x-coordinates and xy(2,:,:) should be the y-coordinates.
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!