Week 1: Introduction into Computer Vision Flashcards
What is the definition of ‘computer vision’?
Computer vision is a field of computer science that focuses on enabling computers to identify and understand objects and people in images and videos. Like other types of AI, computer vision seeks to perform and automate tasks that replicate human capabilities.
Define ‘image acquisition’ and its components.
Image acquisition involves capturing visual data. It includes data sampling (capturing discrete points from a continuous signal) and quantization (representing sampled points with a limited range of values).
How are images represented in computer systems?
Images are typically represented as two-dimensional matrices, where each element corresponds to a pixel. These matrices depict the image’s horizontal and vertical pixels.
Explain the concept of resolution in digital images.
Resolution refers to the amount of visible detail in an image and is related to the number of pixels. Higher resolution often indicates better image quality.
What are the fundamental components of colour space in digital images?
Common colour spaces include RGB (red, green, blue), CMY (cyan, magenta, yellow), and HSI (hue, saturation, intensity), each representing colours differently.
Describe the process of quantization in image processing.
Quantization involves reducing the number of colours in an image by mapping similar colours to a smaller set of values, which helps in compression and storage efficiency.
What role do cones and rods play in human vision?
Cones are responsible for color vision and detecting fine details, while rods perceive brightness but do not discern color.
Explain the difference between intensity and chrominance in color representation.
Intensity represents the brightness of a color, while chrominance denotes the color itself, measuring how much white light is mixed with it.
How are RGB values represented in digital images?
RGB values are typically represented by combining red, green, and blue components to create a vast array of colors.
What is the significance of HSI color space in image processing?
HSI color space is advantageous for human perception-based applications due to its representation of hue, saturation, and intensity.
How are resolution and pixel count related in digital imaging?
Resolution is related to the pixel count, with more pixels often indicating higher image quality and detail.
What are the characteristics of image kernels?
Image kernels are small matrices used in image effects and manipulation, altering pixel values based on their neighboring pixels.
What is the impact of illumination on color perception in images?
Illumination affects color perception as it influences how light is reflected off objects and the wavelengths that reach our eyes.
Discuss the differences between object representation and image representation.
Objects are three-dimensional and continuous in space, while images are two-dimensional, discrete in space, and represent a single snapshot in time.
Explain the significance of human cones in color vision.
Cones are responsible for detecting different wavelengths of light, allowing humans to perceive various colors.