![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/16764556_1572880479466_DEF.jpg)
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