figure
imshow(img)
plot(x_c, y_c, '.');
line_x = [x_c - round(w_c/2), x_c + round(w_c/2), x_c + round(w_c/2), x_c - round(w_c/2), x_c - round(w_c/2)];
line_y = [y_c - round(h_c/2), y_c - round(h_c/2), y_c + round(h_c/2), y_c + round(h_c/2), y_c - round(h_c/2)];
line(line_x, line_y, 'LineWidth',1,'Color',[.8 .8 .8]);
Other reference
Subscribe to:
Post Comments (Atom)
Notebooks
illuminate.google.com notebooklm.google.com
-
To install pngwrite we need to install to helper library before we install pngwriter. 1. libpng 2. freetype2 We can use fink or macport to i...
-
Use 'Disk Utility' application to format the USB drive in MS-DOS (FAT) format Download the windows ISO file from the Windows websit...
No comments:
Post a Comment