efros_freeman  0.1
Functions
quilting.h File Reference

this header file contains the main method of image quilting method. More...

#include "common.h"
Include dependency graph for quilting.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Image quilting_synthesis (Image src_im, int patch_sz, int overlap_sz, int blocks_row, int blocks_col, float tolerance, Image *position_map, Image *synth_map, long *seed)

Detailed Description

this header file contains the main method of image quilting method.

Author
Lara Raad
Date
24/05/2012

Definition in file quilting.h.

Function Documentation

Image quilting_synthesis ( Image  src_im,
int  wp,
int  wo,
int  p_row,
int  p_col,
float  tol,
Image position_map,
Image synth_map,
long *  seed 
)

This method synthesizes a texture image quilting patches taken from an input sample texture.

Author
Lara Raad
Parameters
src_imThe input texture sample
wpThe size of the patches
woThe size of the overlap area betwenn patches
p_rowNumber of patches per row to paste in the synthesized img
p_colNumber of patches per col to paste in the synthesized img
tolThe threshold used to select patches from the input img
Date
24/05/2012

Definition at line 54 of file quilting.c.

Here is the call graph for this function:

Here is the caller graph for this function: