detect a shape (circle) without image processing tool
显示 更早的评论
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
2016-5-12
0 个投票
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
类别
在 帮助中心 和 File Exchange 中查找有关 Object Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!