how to draw circle around each white point
조회 수: 2 (최근 30일)
이전 댓글 표시
how to draw circle around each white point
댓글 수: 1
Rik
2018년 1월 30일
What have you tried so far? It shouldn't be too hard to find something like this. What problems did you encounter when you tried them?
답변 (1개)
Walter Roberson
2018년 1월 30일
regionprops() to get centroids. viscircles() to draw the circles, if the purpose is display, and insertShape (Computer Vision) if the purpose is to create a new image.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!