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