Identifying Bulge in Image
이전 댓글 표시
Hello,
I have bunch of images, some images have filaments with a bulge (as shown in Pic1.jpg) and some images have filaments with no bulge (as shown in Pic2.jpg).I need to go through each filament in an image and identify if the filament has a bulge or not. How can I identify a bulge or stright line in the image? Can anyone kindly help?
Thanks!
댓글 수: 1
Sulaymon Eshkabilov
2021년 3월 26일
If the sizes of your images are the same or different. If they have the same sizes, then you can employ logical indexing by comparing several rows of the image against its threshold values to estimate whether the image has a buldge or no.
채택된 답변
추가 답변 (1개)
Image Analyst
2021년 3월 26일
0 개 추천
Easy. Threshold. Then take the two largest blobs. Then use regionprops to determine their area. If it's less than the "no bulge" area, then there's a bulge protruding into them.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!