How can I remove the background noise and keep only the cell (white object) in an image such as this ??
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
0 commentaires
Réponses (1)
SRT HellKitty
le 6 Fév 2018
You can take a look at this code in File Exchange that takes an image and turns it into an ASCII. What this does is takes the RGB of the pcture and(I believe) turns it black and white to gather information on how dark the pixel is. From here, intead of going through this code does you could find just the white section. I am not sure how you could go about getting rid of the white within the noise, but it is a good start.
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!