Image analysis and counting of objects
이전 댓글 표시
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?
답변 (1개)
Image Analyst
2018년 10월 9일
0 개 추천
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
Rita Mendes
2018년 10월 9일
편집: Rita Mendes
2018년 10월 9일
Image Analyst
2018년 10월 9일
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
2018년 10월 9일
카테고리
도움말 센터 및 File Exchange에서 Image Preview and Device Configuration에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

