You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 3: Sampling, Aliasing, Antialiasing (88)
liboan

Is this practical because 1-pixel filters can be applied in parallel (basically pointwise multiplication over a matrix)

Staffkatamarisun

Convolution is slightly different from point wise multiplication (especially for filters), but they can generally be unrolled into either matrix multiplication, or the filter is generally small enough such that the operation is essentially a constant time operation.

You must be enrolled in the course to comment