[SigGraph2002] Image Quilting/Texture Synthesize

Matlab code to do Image Quilting as presented in the SIGGRAPH 2002 paper by Efros & Freeman.
1.6K Downloads
Updated Fri, 23 Mar 2012 10:29:41 +0000

View License

Matlab code to do Image Quilting as presented in the SIGGRAPH 2002 paper by Efros & Freeman.

Note: this isn't Efros & Freeman's code, just an implementation of it.

Texture Synthesize

IMOUT = SYNTHESIZE(IMGIN , SIZEOUT, TILESIZE, OVERLAP [, ISDEBUG])

returns an image that is Texture Synthesized

IMGIN

the code both works on grascale images or color images

SIZEOUT

An 1*2 array , the size of output image

e.g. size(texture)*3

TILESIZE

TILESIZE of each block

OVERLAP

size of overlap bar between blocks

ISDEBUG

equals 0 (default) if no debug function

the algorithm will shows progress of each step, a little more

time will be cost in plotting.

Cite As

Li Cheng (2024). [SigGraph2002] Image Quilting/Texture Synthesize (https://www.mathworks.com/matlabcentral/fileexchange/35828-siggraph2002-image-quilting-texture-synthesize), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Financial Toolbox in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0