[Ch3] Images and MATLAB
3.1 Greyscale images 1) imread >> w = imread('wombats.tif'); (1) w : A matrix variable (which has grey values of all the pixels in greyscale image) (2) imread : To read the pixel values from an image file, and return a matrix of all the pixel values - It ends in a semicolon ( ; ) : not displaying the result of command to screen The result of imread command is a matrix of size 256x256, or with 65..
DIP/Matlab
2022. 1. 28. 22:25
공지사항