⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 this is a very very very nice code
💻 TXT
字号:
Created by Shane Brennan at UC Santa Cruz on June 5th, 2007

This code is an implementation of Bertalmio et. al's 2003 paper "Simultaneous
Structure and Texture Image Inpainting". To run the code, place all MATLAB files
in a directory. Then, pass it an image, a mask, and a parameter file.

Example:
[result,u,v,U,V] = inpaint(IM, mask, param);

result is the resulting inpainted image
u is the structure image before inpainting
v is the texture image before texture synthesis
U is the structure image after inpainting
V is the texture image after texture synthesis

mask is a binary image, defined as 0 in regions to be inpainted, and 1 everywhere else
param is a parameter file. For an example of a parameter file please refer to example.m.
Note that you can also pass param=0 to use the default parameters, but they do not work
well on all images.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -