matlab练习程序(纹理合成)我要分享

MATLAB training program (synthesis)

matlab 程序 合成 纹理 练习

关注次数: 237

下载次数: 0

文件大小: 36.46 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab练习程序(纹理合成) 关于纹理合成最经典的论文应该就数Efros的TextureSynthesis by Non-parametric Sampling这篇论文了,引用量近2000。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

MATLAB training program (synthesis) classic paper on texture synthesis should be TextureSynthesis by Non-parametric Sampling of the Efros essay, citations nearly 2000. The synthesis here is based on a sample of, is to have a small image, and then one big. My personal understanding is that generate a lot of random images and then randomly each pixel and its neighboring pixels in the image and compares it to the texture of the small, neighborhood and find random images to the current texture image closest to the small neighborhood, and the texture the image closest to the pixel assigned random image. So that each deal with a random pixels in the image, you need to traverse all the pixels of the texture image, so the run time is very slow.


代码预览