photo

Husain Signalwala


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort