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年弱 前 | 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年弱 前 | 2 件の回答 | 0