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...
3 years 前 | 1 个回答 | 0