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? ...
6년 초과 전 | 답변 수: 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 ...
6년 초과 전 | 답변 수: 1 | 0