Finding objects in a grayscale image
조회 수: 13 (최근 30일)
이전 댓글 표시
"bwlabel" is used to find the connected objects in an binary image where my intention is to find the objects in a grayscale image. Is there any alternative way to do so?
댓글 수: 0
답변 (2개)
Sean de Wolski
2011년 3월 3일
Make your grayscale image into a binary image using a set of logical operations that isolate your object. Then call bwlabel
댓글 수: 0
Giri
2011년 3월 3일
bwlabel will itself will work.. if the object is a distinguished one from other parts of the image..
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!