フィルターのクリア

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