img= imread(‘Image.bmp’);
img= rgb2gray(img);
imshow(img);
pt = ginput(4); % the function ginput is used to get the
input from mouse
x1 = pt(1,1);
y1 =… … Read More
img= imread(‘Image.bmp’);
img= rgb2gray(img);
imshow(img);
pt = ginput(4); % the function ginput is used to get the
input from mouse
x1 = pt(1,1);
y1 =… … Read More
Copyright © 2023. All rights reserved