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")...
대략 3년 전 | 답변 수: 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...
대략 3년 전 | 답변 수: 1 | 0