how does code work in identify the images?

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일

0 개 추천

See my Image Segmentation Tutorial.
It goes over questions like that in a well commented script using a built-in MATLAB demo image.

제품

릴리스

R2020b

질문:

2021년 7월 17일

답변:

2021년 7월 17일

Community Treasure Hunt

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

Start Hunting!

Translated by