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

Bilinear Interpolation Calculations

The document presents solutions to three interpolation problems using bilinear interpolation. The first question finds the intensity value at (5.4, 10.3) as 132, the second at (15.6, 20.7) as 144, and the third at (20.2, 14.5) as 146.1, demonstrating the calculations involved in each case.

Uploaded by

alielbastawesy61
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)
8 views1 page

Bilinear Interpolation Calculations

The document presents solutions to three interpolation problems using bilinear interpolation. The first question finds the intensity value at (5.4, 10.3) as 132, the second at (15.6, 20.7) as 144, and the third at (20.2, 14.5) as 146.1, demonstrating the calculations involved in each case.

Uploaded by

alielbastawesy61
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

Name: Ali Mohamed Abdelhamed Ibrahim El Bastawesy

Academic No. 20220046

 First Question: -
Find the interpolated intensity value at (row = 5.4, column = 10.3) using bilinear
interpolation.
Column 10 Column 11
Row 5 100 180
Row 6 120 200

 Solution: -
10 11
0.7 0.3
- I5,10.3 = (100 * 0.7) + (180 * 0.3) = 124 5 100 180
0.6
- I6,10.3 = (120 * 0.7) + (200 * 0.3) = 144 5.4
(132)
- I5.4,10.3 = (124 * 0.6) + (144 * 0.4) = 132 0.4
6
120 200
 Second Question: -
Compute the value at (row = 15.6, column = 20.7).
Column 20 Column 21
Row 15 90 150
Row 16 110 170
20 20.7 21
 Solution: - 15 90
0.3 0.7
150

0.4
- I15, 20.7 = (90 * 0.3) + (150 * 0.7) = 132
(144)
- I16, 20.7 = (110 * 0.3) + (170 * 0.7) = 152 15.6
0.6
- I15.6, 20.7 = (132 * 0.4) + (152 * 0.6) = 144 16 110
0.3 0.7
170

 Third Question: -
Find the interpolated intensity value at (row = 20.2, column = 14.5) using bilinear
interpolation.
14 14.5 15
Column 14 Column 15 0.5 0.5
20 91 210
Row 20 91 210 0.8 (146.1)
20.2
Row 21 162 95
 Solution: - 0.2
- I20, 14.5 = (91 * 0.5) + (210 * 0.5) = 150.5
21 162 95
- I21, 14.5 = (162 * 0.5) + (95 * 0.5) = 128.5 0.5 0.5

- I20.2, 14.5 = (150.5 * 0.8) + (128.5 * 0.2) = 146.1

You might also like