Image analysis and counting of objects
Afficher commentaires plus anciens
I have several images of surgical instruments, and my goal is to know how many objects I have in the image, ie for any image the code has to calculate the number of objects present in the image. I have a code done, but it's just giving me the right number for an image. Someone can help me?
Réponses (1)
Image Analyst
le 9 Oct 2018
0 votes
Suggestions:
- Read this link
- Download and run my Image Segmentation Tutorial here in my File Exchange
- Post your image and code if you still can't do it.
3 commentaires
Rita Mendes
le 9 Oct 2018
Modifié(e) : Rita Mendes
le 9 Oct 2018
Image Analyst
le 9 Oct 2018
Sorry but this would be a project, not some 5 minute, hundred line program, and I can't afford to spend that much time to help you. The main problem is the non-uniform background plus the overlapping of items. Like how is the program supposed to know that a cross bar of the basket is not a tool? And how does it know that two scissors overlapping is not a single item of some new exotic type of scissors? If you didn't have those problems it would be one line of code to count them all!
Rita Mendes
le 9 Oct 2018
Catégories
En savoir plus sur Convert Image Type dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

