EDUCBA

EDUCBA

MENUMENU
  • Blog
  • Free Courses
  • All Courses
  • All in One Bundle
  • Login
Home Design Design Tutorials Design Basic Tutorial Digital Image Processing

Digital Image Processing

digital-image-processing

Introduction to Digital Image Processing

Digital image processing is a process to perform image processing algorithms on digital images. Digital Image Processing contains the processing of images such as reading, analyzing, and manipulating an image, and performing any kind of operation, such as improving the information representation of an image, processing the image data for storage, transmission, and representation. Digital image processing is used in projects dealing with classification, feature extraction, pattern recognition, etc. Techniques that are used in digital image processing are Image editing, Image restoration, Linear filtering, Pixelation, Point feature matching, Principal components analysis, Independent component analysis, etc.

What is an Image?

An image is represented as a function F(a,b) which is 2-dimensional, where a and b are the spatial or plane coordinates. The range of ‘F’ at any point of (a,b) is called the intensity of the image at that point. If a, b and the values of f are finite, the image is said to be a digital image. A digital image consists of pixels having particular locations and values. The value of pixel has ranged from 0 to 255.

Start Your Free Design Course

3D animation, modelling, simulation, game development & others

Example:

The figure below is showing an image and corresponding pixels of a point

digital-image-processing

Image and its pixels

Explain Image Processing

Image processing is defined as a technique to enhance raw images captured using various vision sensors for various applications such as medical imaging, the film industry, intelligent transportation, etc. To apply image processing techniques, the first step is to digitize the picture into an image file. Further, the methods have to be applied to rearrange picture parts, enhance color separation, and improve quality.

Example: Medical applications use image processing techniques for picture enhancement, in tomography, and in simulation operations. Tomography is a method used for X-ray photography.

Types of Image

  • The image containing only two-pixel elements that are 1 and 0, where 1 represents white, and 0 represents black color, are called binary images or monochrome.
  • The image which consists of the only black and white color is called a black and white image.
  • There is an ‘8-bit color format image’ with 256 different shades of colors, usually known as Grayscale Image. In this, 0 represents Black, 127 stands for gray, and 255 depicts white.
  • Another is the ‘16-bit color format’, which has 65,536 different colors in it. In this format, the distribution of color is different from the Grayscale image.

A 16-bit format is further segregated into three formats: Red, Green, and Blue abbreviated as RGB format.

Representation of Image

The image is represented as an array or matrix of square pixels arranged in rows and columns. Matlab is a very good platform to retrieve, read, and process images. It has an image processing toolbox also. It is known that the image is exhibited as columns and rows as represented below:

digital image porcessing1

This equation is the array representation of a digital image in which each element is called a pixel.

Example: To read an image, we have to use the following command in MatLab

i=imread('F:\image.jpg');

After executing this command, the image will be saved to a variable I as a 3-dimensional array or matrix as shown in the figure below. The array has a size of 225X224X3. It has different pixel values ranging from 0 to 255.

Pixel Values 1

Array representation of an image

After displaying the image using the following command:

show(i)

We can also see the pixel values of a particular point, as shown in the figure below. It shows the position of the pointed pixel as (X, Y) and values of RGB that is color details of red, green and blue.

Pixel Values 2

Pixel position and RGB values

In MatLab, the various functions can be performed on images such as read, display, resize, rotate, sharpen, add noise, remove noise, filtration, edge detection, corner detection, mapping and many more.

Phases of Image Processing

  1. Acquisition: Image acquisition is defined as the retrieving or fetching of an image using any type of vision sensors. The main work involves scaling and color conversion that is RGB to gray or gray to RGB.
  2. Image Enhancement: Image enhancement is about enhancing the quality of an image by sharpening or brightening the image. This is being done to easily identify its features.
  3. Image Restoration: Image restoration deals with noise removal or blur effect from an image to improve its readability.
  4. Multi-Resolution and Wavelets Processing: Using these techniques, images can be represented in several degrees.
  5. Image Compression: Image compression deals with image size or resolution. It is applied to the image to reduce the cost of storage as well as transmission.
  6. Object Detection and Recognition: It is to detect and recognize the image and assign its actual label by detecting the features of an image.

Application of Digital Image Processing

  • The most famous and useful application of image processing is deep neural networks. Deep neural networks are networks that can be trained and tested for various purposes using image data. In this, the raw image is generally available. The image data has to be pre-processed first and then can be used for training purposes. P
  • re-processing of image includes reducing noise, removing blur effect, intensity equalization using FFT, and many more. Further features of image data have to be extracted, and using those features network can be trained. This network can be trained to classify any kind of data such as traffic, faces, scenes, etc.
  • The result of the network depends upon the type and quality of image data that has been used for training. There are many networks available online such as AleNet, GoogleNet, VGG, etc., that have been trained on various types of images.

Conclusion

In this, only the introductory part of image processing has been discussed. Image processing is very vast in today’s scenario. For example, there are a variety of filters that can be applied to the image. There are many techniques that can be applied to the image for various purposes like object detection and classification, scene localization, face recognition, pattern recognition, etc.

Recommended Articles

This is a guide to Digital Image Processing. Here we discuss the Introduction, What is an image, Types of an image, and the Applications of Digital Image Processing. You can also go through our other related articles to learn more–

  1. Machine Learning Libraries
  2. Digital Signature Softwares
  3. What is Data Processing?
  4. MATLAB Version
The Complete Retail Management Course Bundle - 10 Courses in 1
49+ Hour of HD Videos
10 Courses
Verifiable Certificate of Completion
Lifetime Access
4.5
The Complete Marketing & Business Course Bundle - 55 Courses in 1
260+ Hours of HD Videos
55 Courses
Verifiable Certificate of Completion
Lifetime Access
4.9
The Complete Strategic Management Course Bundle - 32 Courses in 1
138+ Hours of HD Videos
32 Courses
Verifiable Certificate of Completion
Lifetime Access
4.5
The Complete Market Research Course Bundle - 18 Courses in 1
84+ Hours of HD Videos
18 Courses
Verifiable Certificate of Completion
Lifetime Access
4.5
Primary Sidebar
Popular Course in this category
The Complete Digital Marketing Course Bundle - 36 Courses in 1
 137+ Hours of HD Videos
37 Courses
Verifiable Certificate of Completion
  Lifetime Access
4.9
Price

View Course
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Photoshop Tutorial
  • 3ds Max Tutorial
  • All Tutorials
Certification Courses
  • All Courses
  • Design Course - All in One Bundle
  • Photoshop Course
  • Maya Course
  • Unreal Engine Course
  • Unity Course
  • DaVinci Resolve Course
  • Pro Tools Course

ISO 10004:2018 & ISO 9001:2015 Certified

© 2023 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

EDUCBA
Free Design Course

3D animation, modelling, simulation, game development & others

By continuing above step, you agree to our Terms of Use and Privacy Policy.
*Please provide your correct email id. Login details for this Free course will be emailed to you

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more