Programming Assignment 1

Yiming Liu (yimingl@princeton.edu)

Oct 9


Image Filters

Results of traditional image filters (emboss and blur) using image analogies are demonstrated here. Since emboss and blur filters are both 'local' filters, I limit the window size to 3x3 on finer level, and 1x1 on coarser level. With the same reason, coherence search is disabled here.

Common parameters:

Emboss

A and A':


B and B'(result):


Correspondence map:

Blur

A and A':


B and B'(result):


Correspondence map: