필터 지우기
필터 지우기

how to draw circle around each white point

조회 수: 1 (최근 30일)
kmla
kmla 2018년 1월 30일
답변: Walter Roberson 2018년 1월 30일
how to draw circle around each white point
  댓글 수: 1
Rik
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
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.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by