Exercise 1 - Medical Imaging

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

April 15, 2013

Image Processing Exercise No.1


(Reading and saving the images)
1. Display of an image First, you prepare an image. You may decide how to make an image: for example, by using digital camera, web camera, CCD camera and so on. When you use MATLAB for 32bit OS or 64bit OS, image size should be within 360,000 pixels (e.g. 640x480, 512x512, 256x256, etc.). Input an image by MATLAB. Next, display your color image. 2. Separation of a color image Separate of your selected color image into R, G, B component images, respectively. Operation can be performed by MATLAB. Next, display R, G, B component images, respectively. 3. Conversion of color image into grayscale image Convert your color image into a grayscale image by rgb2ntsc function. Operation can be performed by MATLAB. Next, display the grayscale image. Submission deadline: April 22, 2013 (next week) Submission place: 14-202 (at the end of class) Contents of submission material (1) Coversheet (for RENANDI system) (2) Each image: the original image, R component image, G component image, B component image, and grayscale image. All the images have the figure number and the brief caption. (3) Explanation of the above subject in English. In the explanation each student may write the information such as size (pixel number) of figures and processing method for making the figure. Submission material is only paper written in English. Each image is attached on the Word file (or other Word processing software file), and print out the file onto paper. The submission material of this class is input into RENANDI system. All the students can confirm the own submission by the system. Although a coversheet of exercise is given at each class, the pdf file of the same coversheet is released by keio.jp system.

You might also like