photo

Husain Signalwala


Last seen: meer dan een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

meer dan een jaar ago | 1 answer | 0

1

answer

Question


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

meer dan een jaar ago | 1 answer | 0

1

answer