OlehKSS / IMMAS

Repository for Advanced Image Analysis project
3 stars 0 forks source link

extraction of the segmented regions and feature extraction #51

Closed briannaburton closed 6 years ago

briannaburton commented 6 years ago

Read the article A New Local Adaptive Mass Detection Algorithm in Mammograms.

Check other articles if needed. Define features for our masses. Check feature that Bria suggested: local binary patterns.

Output should be a function that will return a feature array for a given image. At the same time we should be able to extract

OlehKSS commented 6 years ago

@doiriel, please write your findings on Local Binary Patterns as a comment to this issue.

OlehKSS commented 6 years ago

A New Local Adaptive Mass Detection Algorithm in Mammograms.

Features that we can use for our classifier:

An Efficient Approach for Automated Mass Segmentation and Classification in Mammograms

Features that we can use for our classifier: Besides geometrical features described in the previous article, they have used several features that imply operations with the image intensity as well.

In this article they used random forest classifier and claim it to be the best of the possible choices.