Code covered by the BSD License  

Highlights from
[SigGraph2002] Image Quilting/Texture Synthesize

Be the first to rate this file! 7 Downloads (last 30 days) File Size: 138 KB File ID: #35828
image thumbnail

[SigGraph2002] Image Quilting/Texture Synthesize

by Li Cheng

 

23 Mar 2012

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

| Watch this File

File Information
Description

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.

MATLAB release MATLAB 7.8 (R2009a)
Tags for This File  
Everyone's Tags
dynamic programming, graphic, image processing, siggraph, texture
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.

Contact us