Dec23 Compressed
Dec23 Compressed
Digital cameras,
Examples Medical CT scanners, MRI
microscopes
📘 Image Digitization
(b) Compare orthogonal transform and unitary transform. Also, discuss the
properties of both the transforms.
Energy
Yes Yes
Preservation
📘 Properties:
Energy compaction
Invertibility
Preserves Euclidean distances
Basis functions are orthonormal
(c) Explain the term ‘Wavelet’ with suitable example. Give properties of wavelets.
Differentiate between continuous wavelet transform and discrete wavelet transform.
📘 Wavelet:
A wavelet is a small wave that decays quickly and is localized in both time and
frequency.
Example: Haar wavelet, Daubechies wavelet
✅ Properties of Wavelets:
🔁 CWT vs DWT
Scale &
Continuous Discrete
Translation
Continuous Wavelet Transform Discrete Wavelet Transform
Feature
(CWT) (DWT)
📘 Why Transform?
Labeled
Yes No
Data
Clustering, Dimensionality
Examples Classification, Regression
Reduction
2. (a) What is sampling ? Explain the role of sampling in image digitization, with
suitable example.
a) What is Sampling?
Sampling is the process of measuring the intensity values of an image at discrete
intervals in the spatial domain. In image digitization, it refers to the process of
dividing a continuous image into a grid of pixels.
(b) Given a gray scale image with aspect ratio of 6 : 2 and pixel resolution of 480000
pixels. Calculate the following :
b) Grayscale Image – Aspect Ratio & Resolution
Given:
Aspect Ratio = 6 : 2 → Simplifies to 3 : 1
Total pixels = 480,000
Let dimensions be 3x×x3x \times x3x×x
3x⋅x=480000⇒3x2=480000⇒x2=160000⇒x=4003x \cdot x = 480000 \Rightarrow
3x^2 = 480000 \Rightarrow x^2 = 160000 \Rightarrow x =
4003x⋅x=480000⇒3x2=480000⇒x2=160000⇒x=400
(b) What do you understand by shifting the centre of the spectrum ? Why is it
required ? Write the steps to carry out filtering in frequency domain.
(b) Shifting the Centre of the Spectrum
📘 What is It?
By default, the low-frequency components of a DFT are located at the corners of the
spectrum. Shifting moves the zero-frequency (DC component) to the center of the
image.
✅ Why is it Required?
Output Control Less control over darkness Better black and dark tone output
4. (a) Draw a block diagram to show the learning phases of a supervised learning
algorithm. Also, write steps to explain the process of applying supervised machine
learning to a real world problem.
Supervised Learning – Block Diagram & Process
+-------------------+
| Labeled Dataset |
+-------------------+
|
v
+-------------------+
| Data Preprocessing|
+-------------------+
|
v
+-------------------+
| Train-Test Split |
+-------------------+
|
v
+-------------------+
| Model Training |
+-------------------+
|
v
+-------------------+
| Model Evaluation |
+-------------------+
|
v
+-------------------+
| Deployment & Prediction |
+-------------------+
✅ Steps to Apply Supervised Learning to a Real-World Problem:
📘 Definition:
✅ (ii) Contrast