Feeds
질문
Write the function to return the x and y coordinates of the input pixel’s connected neighbours, i.e., the x and y coordinates of all pixels in the set c(p) for the given P.
I = imread('F:\IMAGE SYSTEMS\LAB 2\EEET2169-Lab2-main\images\iceberg.png'); J = double(I); % Pixel of interest poi = [190 180...
거의 4년 전 | 답변 수: 1 | 0