how can i model the rib cage using two parabolas
Mostra commenti meno recenti
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?
Risposte (1)
Image Analyst
il 4 Giu 2014
0 voti
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().
Categorie
Scopri di più su Image Processing Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!