how does code work in identify the images?

조회 수: 1 (최근 30일)
Saktheeswaran Mohan
Saktheeswaran Mohan 2021년 7월 17일
답변: Image Analyst 2021년 7월 17일
inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);
  댓글 수: 1
Rik
Rik 2021년 7월 17일
Did you read the documentation for these two functions?

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2021년 7월 17일
See my Image Segmentation Tutorial.
It goes over questions like that in a well commented script using a built-in MATLAB demo image.

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by