필터 지우기
필터 지우기

Can you help me to identify these shapes?

조회 수: 2 (최근 30일)
ROMIL
ROMIL 2014년 2월 28일
답변: ROMIL 2014년 2월 28일
I am working on a project where i have to identify shapes on the pictures taken from a webcam.
This is the picture I have.
The thing is that i am not able to convert it properly into a binary image from where I can use it to identify the shapes. Please can anybody assist.
  댓글 수: 2
Walter Roberson
Walter Roberson 2014년 2월 28일
What error do you get when you attempt to convert it to a binary image?
ROMIL
ROMIL 2014년 2월 28일
Not particularly an error Walter. There is a lot of noise in the image and also edges aren't sharp so my binary image is like this

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

답변 (2개)

Walter Roberson
Walter Roberson 2014년 2월 28일
Your threshold is too high for the one on the left. The one on the right is going to be a problem, so imclose() it so you can get the boundary, then when you have extracted the region you can start doing edge processing.

ROMIL
ROMIL 2014년 2월 28일
Walter that's where I'm stuck. A code or an excerpt will be very useful.

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by