photo

SUNGDEOK KIM


Active since 2019

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

nästan 5 år ago | 1 answer | 0

1

answer

Question


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

nästan 5 år ago | 1 answer | 0

1

answer