Feeds
已回答
Finding circles in a thresholded image
This is what I ended up doing: clear all, clc T2 = imread('T2.png'); %Threshold image BW = T2 > 100;%Lower number = more...
Finding circles in a thresholded image
This is what I ended up doing: clear all, clc T2 = imread('T2.png'); %Threshold image BW = T2 > 100;%Lower number = more...
7 years 前 | 0
| 已接受
提问
Finding circles in a thresholded image
I am trying to find the center, radius and area of a circle. The circles edge is a gradient from black to white so I am trying t...
7 years 前 | 2 个回答 | 0