i am doing project on mammogram classification, how to get classified mat dataset file for comparision

2 views (last 30 days)
mammogram classification

Answers (2)

Explorer
Explorer on 4 Mar 2016
These kinds of projects usually involve three main steps. These three steps are Preprocessing, Feature Extraction and Feature Matching.
1. Preprocessing: Let's say if I am trying to classify ECG signal, I first need to remove noise from the signals and make them in compatible with my processing method.
2. Feature Extraction: Every data has its own distint features that help in classification. Find out the features that differentiate mammograms.
3. Feature Matching: One you are done with feature Extraction, you will match features with methods like SVM, ANN etc.
Now starting searching research papers concerned with your projects, find alogorithm from those papers and code it up.

Image Analyst
Image Analyst on 20 Mar 2016
I would think your project sponsor should supply you with those. I mean, they need the work done, right? And they hired you to do it, right? So they should have images that need to be classified, right? Ask them. Because of patient privacy laws, it's difficult to get actual clinical images.

Tags

Community Treasure Hunt

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

Start Hunting!