文件名称:灰色模型matlab原代码-texture-synthesis-portilla-simoncelli:纹理合成-portilla-simon
文件大小:615KB
文件格式:ZIP
更新时间:2024-07-06 08:11:38
系统开源
灰尘模型matlab原代码Portila 和 Simoncelli 的纹理合成 Polltila 和 Simoncelli(2000) 的纹理合成的 Python3 实现。 基本上这个存储库是 . 但是“可控金字塔”部分是基于 Briand 等人(2014)。 我已经发表了他们的方程。 结果 注意!! 所有图像(结果除外)均来自 . 版权归它所有。 在这个实现中,使用了可操纵金字塔的“真实版本”。 但结果与 Portilla 和 Simoncelli(2000) 的“复杂版本”非常接近。 见下文。 灰度 原图 合成图像 原图 合成图像 彩色版 原图 合成图像 原图 合成图像 用法 环境 python3.5 (3.0+) 不使用 GPU。 执行(灰度版) 创建'out'目录。 python texture_synthesis_g.py -i radish-mono.jpg -o out -n 5 -k 4 -m 7 --iter 100 ,如果你想了解有关参数的详细信息,请参阅 执行(RGB彩色版) 创建'out'目录。 python texture_synthesis_g.py -i
【文件预览】:
texture-synthesis-portilla-simoncelli-master
----steerable_pyramid.py(14KB)
----README.md(4KB)
----out()
--------empty(0B)
----texture_analysis.py(7KB)
----texture_synthesis.py(15KB)
----texture_synthesis_g.py(10KB)
----texture_analysis_g.py(6KB)
----samples()
--------radish-mono.jpg(59KB)
--------bark-out.png(58KB)
--------jrotpluses.jpg(6KB)
--------pebbles.jpg(67KB)
--------jrotpluses-out.png(16KB)
--------bark.jpg(24KB)
--------pebbles-out.png(136KB)
--------radish-out.png(141KB)
--------radish-mono-out.png(47KB)
--------radish.jpg(85KB)
----sutils.py(24KB)