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

Image Processing Assignment

The document discusses applying various 1D image filters and grayscale transformations to images. It asks the reader to (1) apply low-pass, median, and high-pass filters to a 1D image, (2) draw diagrams for thresholding an image at 100 and linearly stretching intensities from 100-200 to 0-255, and (3) apply histogram stretching and equalization to a sample grayscale image with values from 0-9.

Uploaded by

Ishaan Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
80 views1 page

Image Processing Assignment

The document discusses applying various 1D image filters and grayscale transformations to images. It asks the reader to (1) apply low-pass, median, and high-pass filters to a 1D image, (2) draw diagrams for thresholding an image at 100 and linearly stretching intensities from 100-200 to 0-255, and (3) apply histogram stretching and equalization to a sample grayscale image with values from 0-9.

Uploaded by

Ishaan Gupta
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment 1

1. Given an 1D image I = [4 2 3 6 2 3 4 5 2 3 4 5 5 1 5]

(a) Filtering with 1 ×3 low-pass filter [1 1 1], give the output filtered image.
(b) Filtering with 1 ×3 median filter, give the output filtered image.
(c) Filtering with 1 ×3 high-pass filter [1 0 1], give the output filtered image.

2. A grey scale transformation can be applied directly onto a greyscale image to


manipulate its pixel values (assuming the range is [0,255]. Draw the diagrams for the
following grey scale transformations:
i) Thresholding the image at pixel value 100.
ii) linearly stretch the intensity in the interval [100,200] to [0,255]

3. Apply histogram stretching and histogram equalization technique on following image


with gray level [0-9]

6 6 6 6 6
6 5 5 5 5
4 4 4 4 3
3 3 3 2 2
2 4 4 3 3

You might also like