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 years 前 | 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 years 前 | 1 个回答 | 0