|
Computer Graphics |
|
Box filter (dimension = 1, degree = 0) Consider the 0th degree polynomial function p(x) that satisfies p(0) = 1 |
| Write the function p(x). p(x) = |
|
Graph p(x).
|
The filter function f(x) is defined as
if (|x| <= r)
f(x) = p(|x|)
else
f(x) = 0
|
|
Graph f(x).
|
| Compute the area under f(x). Attach your work on a separate page. A = |