Community Profile

photo

SUNGDEOK KIM


2019 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to detect circle in this pic?
I want detect every circle in this pic using this code. But, I detect only four. so, How to detect every circle in this pic? ...

4年以上 前 | 1 件の回答 | 0

1

回答

質問


I don't know why this code incorrect. ( I want detect circle using canny method.)
image = imread('example5.png'); image = edge(imgaussfilt(rgb2gray(image), 2), 'canny'); [x y] = find(image == 1); pindex ...

4年以上 前 | 1 件の回答 | 0

1

回答