Identifying objects in an image

I have a reference image that contains more obiecte.Obiectele I have separated (cut from the picture). I have to make a code to recognize an object in the reference image and make a circle around it. Can you give me a hand? 10Q

답변 (1개)

Image Analyst
Image Analyst 2011년 12월 20일

0 개 추천

In short, you can use thresholding, bwlabel, and regionprops to find the objects and their centroids. You can use rectangle() to place a circle in the overlay centered at the centroid of each object.
You might also look into the hough() demos - do a search on MATLAB Central, the newsgroup, and on the Answers forum.

카테고리

도움말 센터File Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

태그

질문:

2011년 12월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by