Digital Image
A representation of a two-dimensional image as a finite set of digital values, called picture elements or pixels. f(x, y)
Where x and y are spatial coordinates
Image Acquisition Process
Pixel & Digitization
Pixels are the elements of a digital image that typically represent gray levels, colors, heights, and opacities.
Digitization implies that a digital image approximates a real scene in the numerical matrix form.
Digital Image
Standard digital image formats include
- 1 sample per point (B&W/Grayscale)
- 3 samples per point ( Red, Green, and Blue)
- 4 samples per point (Red, Green, Blue, and Alpha/opacity)
What is Digital Image Processing?
Digital Image Processing
We Process digital images using a computer.
An image processing operation typically defines a new image g in terms of an existing image f.
We can transform either the range of f.
Or the domain of f:
Why Digital Image Processing?
- Improvement of pictorial information for human interpretation
- Processing of image data for storage, transmission, and representation for autonomous machine perception
Where image processing ends, fields such as image analysis and computer vision start. The continuum from image processing to computer vision is broken down into:
- Low–Level:
Inputs and outputs are images. Ex: Noise Removal, Image Sharpening - Mid–Level:
Outputs are the attributes extracted from input images. Ex: Object Recognition, Image Segmentation - High–Level:
An ensemble of recognition of individual objects. Ex: Scene Understanding, Autonomous Navigation
For more details about each step, refer to this article: https://medium.com/futframe-ai/fundamental-steps-of-digital-image-processing-d7518d6bb23c.
Key Stages in Digital Image Processing
Applications
- Document Handling
- Signature Verification
- Biometric Verification
- Object Recognition Research
- Target Recognition
- Interpretation of aerial photography
- Autonomous Vehicle
- Traffic Monitoring
- Face Recognition and Tracking
- Medical Applications -> Tumor detection
- Image generations
- Image styling
Notebook on Digital Image Processing
You can find the Notebook on Digital Image Processing here.
Slides Download Link
You can download the slides for this module from here.