find the best slice from a volume
2 次查看(过去 30 天)
显示 更早的评论
hello. i have a 2D image of echo which consist of LV contour. and also i have a volume of cardiac ct that i want to find the best slice of it that best matches to my 2D image. if i start to slice the volume with different points and normal vectors(https://www.mathworks.com/matlabcentral/fileexchange/32032-extract-slice-from-volume) it will be infinit situations does any body know how can i find the best maching slice to my 2D image from my 3D volume?
3 个评论
Rik
2018-2-21
If you create a mask on the 2D image, you should be able to make a reasonable estimate for how you 2D mask should extend into 3D. You can use the typical shape of a left ventricle in your data set to do so.
Or maybe there are already some solutions to be found online to register a 2D and a 3D object.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Biomedical Imaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!