Efros-Leung
Exemplar-basedtexturesynthesis(Efros-Leung)
inc/efros_leung.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 #include "synthesis.h"
00004 #include "auxiliary.h"
00005 
00006 Cimage efros_leung_synth(int t, int out_img_sz, float tol, int init, Cimage w, Cimage *map_out, Cimage *copy_map_out);
00007 
00008 Gimage efros_leung_synth_gray(int t, int out_img_sz, float tol, int init, Gimage w, Cimage *map_out, Cimage *copy_map_out);
 All Classes Files Functions