Which matlab functions should I use to classify knee cartilge from MRI?
Afficher commentaires plus anciens
I have three classes to separate from MRI image,
- Tibial medial cartilage
- Femoral medial cartilage
- Background
For that, I need to combine one binary classifier trained to separate Tibial cartilage from the rest, and one binary classifier to separate Femoral cartilage from the rest with rejection threshold (t).
This is like one-versus all approach. I need to create three (number of classes) one-versus rest classifiers, and perform a winner-takes-all vote between them. For that, I will have a feature vector of Intensity, Position, Three-jet, Eigenvalue, and Eigenvector.
What matlab functions would be helpful for me to implement this? Should I need to use SVM here?
I am not asking to do it for me, any guidance, pointer, tips would be helpful for me. I have .dcm files, similar to this .jpg:

Thanks for your time :)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Segmentation dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!