detect a shape (circle) without image processing tool

조회 수: 2 (최근 30일)
HD
HD 2016년 5월 12일
댓글: HD 2016년 5월 12일
Hi All,
Is it possible to make shape detection mainly circles with matlab without the image processing tool? I only found on the blogs m files that uses function from the processing tool.
A code will be more then appreciated but a hint to start my code will be also appreciated. By the way my image is not binary but gray.
Many thanks for you hints...

답변 (1개)

Image Analyst
Image Analyst 2016년 5월 12일
You can write your own algorithm from basic, low level function using this algorithm: https://www.ecse.rpi.edu/homepages/qji/Papers/ellipse_det_icpr02.pdf
  댓글 수: 2
HD
HD 2016년 5월 12일
Hi, thank you for your email. The paper is very helpful. One question: the method is suggested for pictures with : "The input image is edge image, on which black pixels represent background and white pixels are image pixels" and "Store all edge pixels in a one dimensional array".
How can do that for a gray image ?
HD
HD 2016년 5월 12일
my concern is that I assume that this works for binary images .. however they have example at the end of the paper using gray images ...

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by