0% found this document useful (0 votes)
3 views1 page

Image Processing 3

The document outlines a hands-on course on image processing basics, covering topics such as image acquisition, resizing, segmentation techniques, and spatial and frequency domain filtering. It also includes advanced concepts like image restoration, compression methods, and an introduction to machine learning with practical applications in MATLAB. The course emphasizes practical coding examples and the creation of neural network models for deep learning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Image Processing 3

The document outlines a hands-on course on image processing basics, covering topics such as image acquisition, resizing, segmentation techniques, and spatial and frequency domain filtering. It also includes advanced concepts like image restoration, compression methods, and an introduction to machine learning with practical applications in MATLAB. The course emphasizes practical coding examples and the creation of neural network models for deep learning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Hands on image processing basics:

● Codes on image acquisition with different formats.


● Example codes on image resize, image conversions with live coding part.
● Displaying of multiple images at a time
● Displaying of images in single figure using sub-plotting
● Example codes on segmentation using transformation techniques
● Example codes on segmentation using region based techniques

Week 3:

● Spatial Domain: Gray level transformations – Histogram processing – Basics


of Spatial Filtering– Smoothing and Sharpening Spatial Filtering, Frequency
Domain: Introduction to Fourier Transform– Smoothing and Sharpening
frequency domain filters – Ideal, Butterworth and Gaussian filters,
Homomorphic filtering, Color image enhancement
● Image Restoration - degradation model, Properties, Noise models –
● Filtering - Mean Filters, Order Statistics, Adaptive filters, Band reject Filters,
Band pass Filters, Notch Filters, Optimum Notch Filtering, Inverse Filtering,
Wiener filtering

Week 4:

A Clear analysis and the image processing compression, Huffman, Run Length
Encoding, Shift codes, Arithmetic coding, JPEG standard, MPEG. Boundary
representation, Boundary description, Fourier Descriptor, Regional Descriptors –
Topological feature, Texture - Patterns and Pattern classes - Recognition based on
matching. Introduction to machine learning, types of machine learning, applications
and advantages. Working on Matlab for GUI Creation.

● Import data and read base of excel sheet


● Apply pre-process for the excel data to clean the data.
● Display the cleaned data in output window
● Cleaning the data base and feature analysis
● Visualize the data using graphical representation.
● Apply train and test split part of the data in MATLAB
● Apply machine learning algorithm and evaluation of accuracy.
● Sow the application output using evaluation process

Hands on

● Creation of neural network models


● Model creation of deep learning with examples
● Collect the data set and load the dataset in program
● Do the pre-process for the whole dataset

You might also like