photo

SUNGDEOK KIM


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
162,582
of 301,186

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

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

6 years ago | 1 answer | 0

1

answer