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

How do we choose N (the number of neighboring pixels)? Is there an empirical value that is typically used or do we choose it through trial and error?

ethanweber
melodysifry

in this algorithm, are we comparing the neighborhood of p from the source or from what we've already synthesize?

JefferyYC

Looking at the algorithm, it might be too time costly to loop over all NxN patches of the entire image. I wonder how we could quickly locate the plausible similar regions while ignoring other patches, perhaps through some heuristics.

You must be enrolled in the course to comment