Podcast
Questions and Answers
Who ultimately receives information from computer vision systems?
Who ultimately receives information from computer vision systems?
What distinguishes computer vision from image processing?
What distinguishes computer vision from image processing?
Which of the following can be considered a category of image analysis?
Which of the following can be considered a category of image analysis?
In the context of information technology, what is a primary function of image processing?
In the context of information technology, what is a primary function of image processing?
Signup and view all the answers
Which of the following statements about computer vision is true?
Which of the following statements about computer vision is true?
Signup and view all the answers
What is the primary focus of image analysis within computer vision?
What is the primary focus of image analysis within computer vision?
Signup and view all the answers
Which statement best describes the role of output images in image processing?
Which statement best describes the role of output images in image processing?
Signup and view all the answers
In the context of computer vision, what does image analysis enable?
In the context of computer vision, what does image analysis enable?
Signup and view all the answers
What distinguishes image processing from computer vision?
What distinguishes image processing from computer vision?
Signup and view all the answers
Which field of study addresses the review of image data to solve visual problems?
Which field of study addresses the review of image data to solve visual problems?
Signup and view all the answers
Study Notes
Advanced Multimedia - Lecture 4
- Computer Imaging: Defined as the acquisition and processing of visual information by a computer. The ultimate receiver of this information is either the computer or the human visual system. This leads to two categories: computer vision and image processing.
Computer Vision and Image Processing
-
Computer Vision: The processed output images are for use by the computer.
-
Image Processing: The output images are for human consumption.
Computer Vision
-
Image Analysis: A subfield of computer vision that examines image data to solve vision problems. Key topics include:
- Feature Extraction: Acquiring higher-level information from the image.
- Pattern Classification: Using the higher-level information to identify objects in the image.
Image Processing
- Image Processing (General): Input image → processed image (output)
- Image Analysis: Input image → measurements (output)
- Image Understanding: Input image → high-level description (output)
Common Image Formats
- Sample per point (B&W or Gray scale): A grayscale image, one value per pixel
- Samples per point (RGB): An RGB image has three values per pixel (Red, Green, Blue)
- Samples per point (RGBA): Similar to RGB, but with an additional "Alpha" channel (RGBA) for opacity control.
RGB Coloring System
-
Color Image: The number of color values in a color image is 224 (16,777,216 colors).
-
RGB Components: Each pixel in a color image has three values representing Red, Green, and Blue. Combining these values creates a new color.
-
Color Value Range: Each color component (Red, Green, Blue) has values ranging from 0 to 255. This value range determines the color's intensity (lightness or darkness).
-
3D Representation: A colour image is represented as a 3D matrix with the rows and columns representing the horizontal and vertical pixel locations and the third dimension defining the RGB values.
-
Examples of Pixel Values: [(90, 0, 53)], [(213, 60, 67)], [(249, 215, 203)] represent different color intensities at specific pixel locations
Image Processing Common Bit Depths and Data Size.
- Bit Depth and Number of Colors: The table links the number of bits per pixel to the number of possible colors or shades in an image.
- Image Size Calculation: The calculation for the file size (in KB) in a RAW bitmap file is: (M * N * B) / (8 * 1024), where M & N = horizontal and vertical resolution, B = number of bits per pixel.
Digital Image Processing
-
Two Major Tasks:
- Improvement of Pictorial Information for Human Interpretation: Enhancing the quality or details in images for easier human understanding (e.g., medical imaging, photo enhancement).
- Processing of Image Data for Storage, Transmission and Representation for Machine Perception: Data processing for machines, such as storing and transmitting the data in a way that machines can understand.
Digital Image Processing Levels
- Low Level Processes: Processes that involve changes to pixel values to detect anomalies like noises. Examples: noise removal and image sharpening. Input: Image, Output: Image
- Mid Level Processes: Processes that manipulate attributes to solve problems and include image segmentation and object recognition. Input: Image, Output: Attributes.
- High Level Processes: Processes that involve higher-level tasks/understanding such as recognizing scenes and doing object detection. Input: Attributes, Output: Understanding.
Digital Image Processing Examples
- Image Enhancement: Techniques used to improve or highlight features in an image.
- Hubble Telescope: Image processing techniques were used to correct for errors in the original Hubble Telescope mirror.
- Medicine): Using medical images (e.g., MRI scans) and image processing to find and highlight tissue boundaries
Bitmap Storage
- Raw Storage: Simple byte-by-byte storage format for bitmaps, often called RAW files..
- File Size Formula: File size (KB) = (M * N * B) / (8 * 1024)
Main Steps in Digital Image Processing
- Image Acquisition (input) → Preprocessing (image restoration, morphological processing,…) → Image Enhancement → Color Image Processing → Image Compression → Segmentation → Object recognition → Representation & Description (Feature Selection)
Image Acquisition
- Digital Image Acquisition: Images may be acquired already in digital format thus involving basic preprocessing like scaling
Image Enhancement, Image Restoration, and Morphological Processing
- Image Enhancement deals with simple subjective improvements to the image
- Image Restoration deals with objective improvements to the image using mathematical/probabilistic models
- Morphological Processing: Deals with tools for extracting image components useful in the representation and description of shape.
Segmentation Processing
- Segmentation: Separates an image into different parts or objects
Recognition
- Recognition: Assigns a label to an object based on its features.
Representation and Description
- Representation and Description (Feature Selection): Extracting attributes resulting in quantitative information to differentiate object classes
Compression
- Compression: Techniques for reducing storage/bandwidth for images (e.g., JPEG)
Color Image Processing
- Importance: Gaining importance due to the increased use of digital images.
- Color Information: Utilizes color information to extract relevant elements and features from images.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz covers key concepts from Advanced Multimedia Lecture 4, focusing on Computer Imaging, Computer Vision, and Image Processing. Explore topics such as image analysis, feature extraction, and pattern classification in this informative session.