/image-quilting

A MATLAB implementation of the paper "Image Quilting for Texture Synthesis and Transfer".

Primary LanguageMATLABMIT LicenseMIT

Image Quilting for Texture Synthesis and Transfer

An implementation of the paper "Image Quilting for Texture Synthesis and Transfer".

Example

Image Quilting

sample=imread("img\text_small.jpg");

out=image_quilting(sample,24,8,0.1);

SAMPLE OUT

Texture Transfer

sample=imread("img\sketch.tiff");
target=imread('img\feynman.tiff');

out=texture_transfer(sample,target,36,0.1,3);

SAMPLE TARGET OUT