Speed
 How fast is this?
 To synthesis a patch of n pixels, given a source image of k pixels,
how many pixel window lookups does this algorithm require?
O(nk)
Speedup?