how can i model the rib cage using two parabolas

2 ビュー (過去 30 日間)
raj kumar
raj kumar 2014 年 6 月 4 日
回答済み: Image Analyst 2014 年 6 月 4 日
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?

回答 (1 件)

Image Analyst
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().

カテゴリ

Help Center および File ExchangeModify Image Colors についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by