photo

Husain Signalwala


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How do I find the centerlines shown in the image?
Original image: "myimage" Binary image: "binary" Code to reach from original image to binary image: I = imread("myimage.jpg")...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to detect the 6 circles and the center points?
I = imread("myimage.jpg"); %original file imshow(I) imhist(I) I = im2gray(I); %coverting to grayscale Ia = imadjust(I); %his...

1年以上 前 | 1 件の回答 | 0

1

回答