Colour Image Processing Quiz
48 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What color results from mixing all primary colors in the RGB color model?

  • Gray
  • Black
  • White (correct)
  • Yellow
  • Which of the following colors is not a primary pigment color?

  • Magenta
  • Yellow
  • Red (correct)
  • Cyan
  • Which color model is primarily used for digital design?

  • CMY
  • HSI
  • YIQ
  • RGB (correct)
  • In the CMY color model, what color does combining all primary colors result in?

    <p>Black</p> Signup and view all the answers

    What is the primary purpose of the YIQ color model?

    <p>For broadcast television</p> Signup and view all the answers

    Which of the following represents secondary colors derived from primary pigment colors?

    <p>Blue, Red, Green</p> Signup and view all the answers

    What characterizes RGB color mixing?

    <p>It combines light to create colors.</p> Signup and view all the answers

    Which of the following color channels is commonly used for image manipulation?

    <p>HSV</p> Signup and view all the answers

    What is the primary focus of the module described?

    <p>2-D images processing</p> Signup and view all the answers

    What does the digitization of the amplitude in an image involve?

    <p>Gray-level quantization</p> Signup and view all the answers

    What is the format of the original image function in the 2-D domain?

    <p>f(x, y) as a continuous function</p> Signup and view all the answers

    What type of array is used in the C language for representing an image?

    <p>unsigned char f[N][M]</p> Signup and view all the answers

    What does the cv2.imread() function return if the image cannot be read?

    <p>An empty matrix</p> Signup and view all the answers

    How is image sampling described in the module?

    <p>Spatially in the 2D X-Y domain</p> Signup and view all the answers

    Which flag option is related to how an image is read in cv2.imread()?

    <p>The mode of image loading</p> Signup and view all the answers

    After equally spaced sampling, how is the processed image represented?

    <p>As a N x M array</p> Signup and view all the answers

    What is the main focus of computer vision?

    <p>To enable computers to identify and understand objects in images and videos</p> Signup and view all the answers

    What is a key disadvantage of 2-D image capturing devices compared to 3-D counterparts?

    <p>They lack the depth dimension</p> Signup and view all the answers

    What is the primary function of the OpenCV library in image processing?

    <p>To read and manipulate images from different formats</p> Signup and view all the answers

    Which device is used specifically for capturing depth information in images?

    <p>Lidar camera</p> Signup and view all the answers

    Why are 2-D image capturing devices considered to have easier access compared to 3-D devices?

    <p>2-D devices are more commonly used and produced</p> Signup and view all the answers

    Which color model is primarily described for measuring colors in the content?

    <p>RGB</p> Signup and view all the answers

    What is luminance defined as in the context of color light sources?

    <p>The subjective perception of brightness by an observer</p> Signup and view all the answers

    What technique is used in a stereogram to create a perception of depth?

    <p>Overlapping patterns that trick the brain</p> Signup and view all the answers

    What is one of the limitations of 3-D capturing devices mentioned?

    <p>High operational cost</p> Signup and view all the answers

    What is the purpose of using a color map in the image processing steps mentioned?

    <p>To properly render the grayscale image</p> Signup and view all the answers

    In which scenarios do most computer vision applications still rely on 2-D images?

    <p>Easy access to affordable 2-D capturing devices</p> Signup and view all the answers

    Which of the following best describes the concept of radiance?

    <p>The amount of energy flowing from a light source</p> Signup and view all the answers

    In the electromagnetic energy spectrum, which range corresponds to visible light?

    <p>400 - 700 nm</p> Signup and view all the answers

    Which of the following statements is correct regarding depth information in images?

    <p>3-D images collect depth information while 2-D images do not</p> Signup and view all the answers

    What does the perception of white light indicate about the reflection from an object?

    <p>Reflection is balanced across the visible spectrum</p> Signup and view all the answers

    What is the significance of copying the image to Co-Lab in the process?

    <p>It allows for easier access and manipulation of the image</p> Signup and view all the answers

    What does the Y component in the YIQ Colour Model primarily represent?

    <p>Luminance information</p> Signup and view all the answers

    Which colour model separates luminance from chrominance?

    <p>YIQ Colour Model</p> Signup and view all the answers

    In the context of the HSI Colour Model, what does saturation describe?

    <p>The dilution of pure colour by white light</p> Signup and view all the answers

    Why is it important to understand different colour spaces?

    <p>To ensure accurate colour representations</p> Signup and view all the answers

    What does the H component in the HSI Colour Model represent?

    <p>Dominant wavelength perceived</p> Signup and view all the answers

    How does the YIQ Colour Model maintain compatibility with monochrome TV?

    <p>By using Y for video information</p> Signup and view all the answers

    What aspect of visual perception does the HSI Colour Model correlate well with?

    <p>Human visual system characteristics</p> Signup and view all the answers

    What is the characteristic of the RGB color model?

    <p>It combines red, green, and blue light intensities.</p> Signup and view all the answers

    Which operation can be affected by the choice of colour space?

    <p>Color space conversion functions</p> Signup and view all the answers

    What happens when histogram equalization is applied to an RGB image?

    <p>Individual RGB planes are enhanced, but colors are distorted.</p> Signup and view all the answers

    Which description accurately defines a monochrome image?

    <p>An image created using only varying shades of one color.</p> Signup and view all the answers

    How does the grayscale color model represent color?

    <p>By assigning equal values of RGB components for each pixel.</p> Signup and view all the answers

    What is the typical value range for grayscale colors?

    <p>0 to 255</p> Signup and view all the answers

    Why is the RGB model considered unsuitable for color image enhancement?

    <p>Histogram equalization alters the color integrity of the image.</p> Signup and view all the answers

    What is true about the representation of color in the RGB model?

    <p>It uses a 3D Cartesian system for color visualization.</p> Signup and view all the answers

    What limitation does the grayscale model have in color representation?

    <p>It cannot produce variations of color as it is limited to shades of grey.</p> Signup and view all the answers

    Study Notes

    Colour Image Processing

    • Colour image processing involves analysing and manipulating images containing colour.
    • Computer vision is a field that empowers computers to identify and interpret objects or people within images and videos. It replicates human capabilities.
    • 2-D images lack the depth dimension, unlike 3-D images which capture depth information.
    • 2-D image capture is done using devices like cameras, recording only the 2 dimensions of an image.
    • 3-D image capture devices, like lidar cameras and Kinect cameras, record depth information in addition to the dimensions of the 2-D image.
    • Stereograms are images that use patterns to create an illusion of depth. The brain interprets these patterns as 3-D images.
    • Most computer vision applications currently use 2-D images due to the ease of access and availability of 2-D capturing devices. 3-D devices are still less prevalent and expensive.
    • Examples of 2-D computer vision applications include X-ray analysis and image recognition.
    • Examples of 3-D computer vision applications include autonomous robots and self-driving cars.
    • The original image (f(x, y)) is a continuously-valued function in the 2-D X-Y coordinate system, having an amplitude.
    • Digital representation of an image (f(x,y)) involves spatial digitisation (image sampling) within the 2-D X-Y plane and amplitude digitisation (gray-level quantisation).
    • Images are usually represented as matrices, with typical pixel values quantised to integers between 0 and 255 (8-bit representation).
    • The presentation provides examples of how to store image data as a matrix in Colab.
    • The presentation emphasizes the importance of the cv2.imread() function to read images. This function uses a filename for the image path and a flag to specify the reading methods. It returns a NumPy array.

    Colour Models

    • Colour perception is determined by the light reflected from an object.

    • Visible light is part of the electromagnetic spectrum, roughly between 400 nm and 700 nm.

    • The quality of a chromatic light source (color) can be described by quantities like radiance (watts) which measure the amount of energy emitted from the source, while luminance (lumens) measures the amount of perceived energy by the observer.

    • Brightness is the subjective descriptor of how bright a color appears to the human eye. These descriptions are not necessarily frequency-related.

    • Colours can be represented by combining three primary colours: red (R), green (G) and blue (B). These are additive colours.

    • Secondary colours such as yellow, magenta, and light blue are created by combining primary colours. All mixed, they produce white light.

    • Pigment colours (like those used in printing) use a different method. Primary pigment colours use cyan (C), magenta(M), and yellow (Y) to create secondary colours and black (K). The K is also known as Key colour that determine the image outcome.

    • Different colour models (RGB, CMY, HSV, HSI, YIQ) are used for different purposes. RGB is commonly used for displaying images on screens (hardware) and digital designs.

    • CMYK is used for printing (hardware). HSV is useful in image manipulations because it describes colour in a way that correlates with the human visual system.

    • The presentation explains different colour models (used for both hardware and image manipulation). It includes RGB, HSV, CMYK, and YIQ.

    • The slide explains that different colour models (RGB, HSV, CMYK, and YIQ) use different methods and formats for storing the information, and these formats have different use cases in image processing.

    • Images are often represented using channels (in different colour spaces).

    • cv2.cvtColor() is used to manipulate or change colour space.

    Image Representation

    • A monochrome/monochrome image has either one colour or values of the same colour. It includes grayscale and black-and-white images.
    • Grayscale images use different degrees of shades of gray from black to white with values from 0 - 255. Black and white have only one channel.
    • The RGB model describes how each colour is a combination of the amount of red, green, and blue in each pixel.
    • The HSI (Hue, Saturation, Intensity) model is used in image processing because it describes the way colours can combine.
    • Colour is displayed by defining the Hue, Saturation, and Value.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Colour Image Processing PDF

    Description

    Test your knowledge on colour image processing and its applications in computer vision. This quiz covers topics on 2-D and 3-D image capture, depth information, and examples of computer vision tasks. Challenge yourself with questions that explore the intricacies of images and their manipulation.

    More Like This

    Use Quizgecko on...
    Browser
    Browser