Image Processing and Analysis Flashcards
Image processing:
Image in =
Image out
Image analysis:
Image in =
Data out
3 major steps in the history of digital imaging?
- Capturing images
- Transmission of images
- Computer graphics and digital images
What is a pixel? How does this relate to resolution?
PICture ELement - discrete, smallest unit of a picture. More pixels = greater resolution.
What 3 things determine pixel size?
- Lens
- Optical path
- Sensor
8 bits provide ____ possible grey levels.
256
How many discrete shades of grey can the human eye detect? How does this impact on the minimum bit number per pixel?
50 discrete shades - there pixels should have a minimum of 6-7 bits each so that the human eye sees colour change as a seamless transition.
How does resolution influence image size and storage capacity?
The higher the resolution of the image, the more data points there are (the bigger the image), the more storage capacity you will need on your hard drive.
What are 3 image fomats designed for web (compressed)?
- Portable Network Graphics (PNG)
- GIF - max of 256 colours
- Joint Photographic Experts Group (JPEG)
What are 3 image fomats designed for the professional (uncompressed)?
- Photoshop’s Native Format (PNF)
- Tagged Image Format (TIFF)
- Window’s bitmap (BMP)
When manipulating an image, what should you not exceed?
An acceptable scientific standard in modification of images
Define CONTRAST
The difference in absolute or perceived intensity between an object and its surroundings. Assign darkest pixel to black (0) and lightest pixel to white (1).
What is SHARPENING? How does it help the viewer?
Produces an increase in local contrast at boundaries. This has the effect of making edges easier for the viewer to see, consequently making the boundaries appear sharper.
What is SMOOTHING? Why is it done and what is a negative consequence of this?
Aim to reduce random noise.
Assumes all pixels belong to the same structure (at edges this is not true) and as a result, smoothing filters might cause blurring or shifting of edges, which is undesirable.
Image data sets can be: 2-D ( _ and _ ), 3-D ( _, _ & _ ) and 4-D ( _, _, _ & _).
2D - (X and Y)
3D - (X, Y and Z)
4D - (X, Y, Z & t)