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? ...

대략 5년 전 | 답변 수: 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 ...

대략 5년 전 | 답변 수: 1 | 0

1

답변