You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 20: Image Processing (14)
kevintli

Is there a reason why we think of the quantization matrix as performing a division rather than setting a threshold for values which should be zeroed out? Is division + casting more efficient in practice?

yfz3357

I have a similar concern, but I would imagine elementwise integer division might be slightly faster than setting a threshold(which might be a if statement?)

You must be enrolled in the course to comment