You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
> I was wondering how we should handle filtering the edges in problem 4e. > Should we just assume that values "outside" the matrix are 0?
That's fine. Edges are always a pain. You can adjust the filter kernel size, assume values off the edge are zero, even have the filter wrap around, or just shrink the image. Do what is easiest given the way you structure your algorithm.