Lecture 2: Image Processing Flashcards
consists of the manipulation of images using digital computers
(identify)
Image processing
is a method to perform some operations on an image, in order to get an enhanced image or to extract some useful information from it.
(identify)
Image processing
It is a type of signal processing in which input is an image and output may be image or characteristics/features associated with that image.
(identify)
Image processing
is an image file format that’s defined by a pixel with one or more numbers associated with it. The number defines the location, size, or color of the pixels.
(identify)
raster image
Raster Images
Raster Images
(give 3 examples)
- .BMP
- .GIF
- .JPEG
- .PNG
- .TIFF
Raster Images
Today, almost all of the images you see on the Internet and images taken by a digital camera are raster images.
(true or false)
true
Raster Devices
Most device that are used to produce images are ?, that is, use rectangular arrays of dots (pixels) to display the image
(fill in the blanks)
raster devices
Raster Devices
This includes ?, ?, ? and ?.
(examples only)
- CRT monitors
- LCDs
- laser
- dot-matrix printers
Raster Devices
Examples of non-raster output devices include ? and ? still widely used.
(examples only)
- vector displays (not used anymore)
- plotters
Raster Devices
converting a continuous object is such as a line or a circle into discrete pixels
(identify)
Scan conversion
Images
In common usage, an ? or ? is an artifact that reproduces the likeness of some subject—usually a physical object or a person
(fill in the blanks)
(not same answer)
Image. Picture
Images
Images may be ? such as a photograph
(fill in the blanks)
two dimensional
Images
Images may be ? such as in a statue.
(fill in the blanks)
three dimensional
Images
They are typically produced by optical devices—such as a ?, ?, ?, ?, ?, etc. and ? and ?
(examples only)
- cameras
- mirrors
- lenses
- telescopes
- microscopes
- natural objects
- phenomena
Images
the number of pixels in the image. The term applies equally to digital images, film images, and other types of images.
(identify)
Image Resolution
Images
describes the detail an image holds
(identify)
Image Resolution
Images
Higher resolution means less image detail
(true or false)
false: Higher resolution means less image detail
true: Higher resolution means more image detail
Image Classifications
(enumeration)
- Monochrome Bit-Map Image
- Gray-scale Images
- 24-Bit Color Images
- 1-bit Images
- 8-bit Gray level Images
- 8-bit color images
Image Classifications
Each pixel contains a single bit of information, indicating
whether the pixel is light or dark.
(identify)
Monochrome Bit-Map Image
Image Classifications
An image displayed in a single color or shades of a single color.
(identify)
Monochrome Bit-Map Image
Image Classifications
Most monochrome computer displays use ?, ?, or ?, although it could be any one color.
(examples only)
- white
- green
- amber
Image Classifications
Each pixel is stored as a single bit (0 or 1)
(identify)
Monochrome Bit-Map Image
Image Classifications
Monochrome Bit-Map Image
A 640 x 480 monochrome image requires 37.5 KB of storage.
(example only)
(skippable)
No answer
Example only
Image Classifications
is simply one in which the only colors are shades of gray. The reason for differentiating such images from any other sort of color image is that less information needs to be provided for each pixel.
(identify)
Gray-scale Images
Image Classifications
**Gray-scale Images*
In fact a ? color is one in which the red, green and blue components all have equal intensity in RGB space. Thus it’s only necessary to specify a single intensity value for each pixel, as opposed to the three intensities needed to specify each pixel in a full color image.
(identify)
gray
Image Classifications
Each pixel is usually stored as a byte (value between 0 to 255)
(identify)
Gray-scale Images
Image Classifications
Gray-scale images
A 640 x 480 greyscale image requires over 300 KB of storage.
(example only)
(skippable)
No answer
Example only
Image Classifications
Full RGB color requires that the intensities of three color components be specified for each and every pixel
(identify)
24-Bit Color Images
Image Classifications
Image formats that store a full 24 bits to describe the color of
each and every pixel are therefore known as ?.
(identify)
24-bit color images
Image Classifications
There are also some disadvantages to using 24-bit images.
(true or false)
true