how does code work in identify the images?
이전 댓글 표시
inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);
댓글 수: 1
Rik
2021년 7월 17일
Did you read the documentation for these two functions?
답변 (1개)
Image Analyst
2021년 7월 17일
0 개 추천
See my Image Segmentation Tutorial.
It goes over questions like that in a well commented script using a built-in MATLAB demo image.
카테고리
도움말 센터 및 File Exchange에서 Image Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!