how can i model the rib cage using two parabolas
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Image Analyst
on 4 Jun 2014
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 Comments
See Also
Categories
Find more on Spectral Estimation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!