painterly-rendering:GPU 加速的绘画渲染

时间:2021-06-21 21:39:30
【文件属性】:
文件名称:painterly-rendering:GPU 加速的绘画渲染
文件大小:16.79MB
文件格式:ZIP
更新时间:2021-06-21 21:39:30
C++ GPU 加速的绘画渲染 马克斯·斯莫伦斯UNC-教堂山COMP 238:高级图像生成2004 年秋季 概述 该项目通过在 GPU 上执行的图像处理操作实现了 Aaron Hertzmann 的 的 。 绘画渲染算法生成看起来像手绘的图像。 该算法按层构建绘画,每一层对应一个画笔大小。 该算法在渲染每一层时对图像执行模糊、边缘检测、差异和平均操作。 所有这些步骤都是 2D 卷积操作,其中一个或多个内核应用于图像中的每个像素。 由于硬件的大规模并行性,这种重复计算适用于 GPU 实现。 有关完整的实现细节、分析和结果,请参阅 。 例子 调色师洗涤: 印象派:
【文件预览】:
painterly-rendering-master
----README.md(1KB)
----LICENSE(1KB)
----.gitattributes(29B)
----src()
--------GLWindow.h(193B)
--------Color.h(5KB)
--------filterf_1_v.cg(329B)
--------main.cpp(602B)
--------passthroughf.cg(223B)
--------GLPainterlyObjUtility.cpp(656B)
--------main.pro(785B)
--------GLPainterlyObj.h(6KB)
--------sobelf.cg(1KB)
--------Stroke.cpp(12KB)
--------GLPainterlyObjStyles.cpp(6KB)
--------filterf_3_v.cg(330B)
--------GLWindow.cpp(3KB)
--------sobelv.cg(848B)
--------difference.cg(372B)
--------Point.h(1KB)
--------filterf_2_h.cg(331B)
--------GLPainterlyObjCg.cpp(3KB)
--------GLPainterlyObjOptions.cpp(109B)
--------Stroke.h(4KB)
--------filterf_1_h.cg(331B)
--------GLPainterlyObj.cpp(4KB)
--------GLPainterlyObjFilters.cpp(6KB)
--------filterf_2_v.cg(329B)
--------RenderTexture.h(14KB)
--------README(226B)
--------GLPainterlyObjInit.cpp(2KB)
--------GLPainterlyObjPaint.cpp(7KB)
--------RenderTexture.cpp(67KB)
--------passthroughv.cg(354B)
--------Makefile(5KB)
--------filterf_3_h.cg(332B)
--------filterf_4_v.cg(330B)
--------filterf_4_h.cg(332B)
--------GLPainterlyObjFile.cpp(2KB)
----doc()
--------wash2.png(1.36MB)
--------imp1.png(616KB)
--------exp1.png(1.05MB)
--------results_wash.html(1KB)
--------imp2.png(631KB)
--------point0.jpg(135KB)
--------point2.png(2.65MB)
--------wash0.jpg(199KB)
--------exp0.jpg(191KB)
--------palette.png(100KB)
--------results_expressionism.html(1KB)
--------imp4.png(433KB)
--------imp3.png(416KB)
--------results_pointillism.html(1KB)
--------exp2.png(1.08MB)
--------wash1.png(1.47MB)
--------point1.png(2.81MB)
--------results_impressionism.html(2KB)
--------exp3.png(1.22MB)
--------index.html(17KB)
--------point3.png(2.34MB)
--------imp0.jpg(108KB)

网友评论