Skip to content

It's an implementation of Efros and Freeman's "Image Quilting and Texture Synthesis" 2001

Notifications You must be signed in to change notification settings

afrozalm/Patch-Based-Texture-Synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patch-Based-Texture-Synthesis

It's an implementation of Efros and Freeman's "Image Quilting and Texture Synthesis" 2001

The output depends on two factors : PatchSize and OverlapWidth The running time depends on Sample Image dimensions, Desired Image dimensions, ThresholdConstant and PatchSize

To run the code, copy the following into your command line

python PatchBasedSynthesis.py /image/source.jpg Patch_Size Overlap_Width Initial_Threshold_error

for example python PatchBasedSynthesis.py /home/afroz/textures/corn.jpg 30 5 78.0

About

It's an implementation of Efros and Freeman's "Image Quilting and Texture Synthesis" 2001

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages