How to Detect shape and number of shapes in image

조회 수: 7 (최근 30일)
Med Future
Med Future 2022년 3월 25일
댓글: Med Future 2022년 3월 25일
Hello Everyone, I hope you are doing well.
I have the following image i want to detect the shape in the image and count how many time shapes exist for example in image im_003002 (1) The peroidic shape which comes six time, i want to detect the shape and show the shapes exist 6 time in the image. similarly in im_005001 (1) the shapes comes 7 times
Can any body help me in this please
  댓글 수: 5
Med Future
Med Future 2022년 3월 25일
@Akira Agata the method for the left side image i want.
Med Future
Med Future 2022년 3월 25일
@Akira Agata did you understand my point?

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

답변 (1개)

KSSV
KSSV 2022년 3월 25일
I = imread('https://in.mathworks.com/matlabcentral/answers/uploaded_files/940849/im_005001%20(1).png') ;
I1 = imbinarize(I) ;
[y,x] = find(I1) ;
findpeaks(y)
  댓글 수: 2
Med Future
Med Future 2022년 3월 25일
@KSSV but in image i have 7 shapes it doest not work
Med Future
Med Future 2022년 3월 25일
@Image Analyst Can you please comment on this

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

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by