Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Type in the command >> help imdemos This will give you a list of sample TIFF images which come with the Image Processing Toolbox. Make
- Type in the command
>> help imdemos
This will give you a list of sample TIFF images which come with the Image Processing Toolbox.
Make a list of ten sample images, and for each image
(a) determine its type (binary, greyscale, true colour or indexed colour),
(b) determine its size (in pixels)
(c) give a brief description of the picture (what it looks like; what it seems to be a picture of)
- Pick a greyscale image, say cameraman.tif or some other. Using the imwrite function, write it to les of type JPEG, PNG and BMP. What are the sizes of those les?
- Repeat the above question with (a) a binary image, (b) an indexed colour image, (c) a true colour image.
- Take some indexed images, convert it to gray image and display the result, convert it to integer data type and display the result. compare the two images in terms of apperarance and pixel values and describe your understanding.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started