how can i model the rib cage using two parabolas
1 次查看(过去 30 天)
显示 更早的评论
i have an image of chest radiograph.can any one help in modelling the rib in image as two parallel parabolas.what is the matlab code for that?
0 个评论
回答(1 个)
Image Analyst
2014-6-4
There is no built in code for rib modeling. You're going to have to find the edge coordinates of the rib somehow, then use polyfit(). Or have the user just click on some points along it with ginput() and then use polyfit().
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spectral Estimation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!