TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Color of Noise (2014)

80 点作者 ekzhang6 个月前

5 条评论

goodmachine6 个月前
&quot;In fact, people have actually made spatial pattern generators that allow you to input the frequency profile that you want, and get the corresponding point pattern out. It’s really quite neat, and I highly recommend reading this paper so you can see some other possible noise parameters, like anisotropy.&quot;<p>I had to hunt this &#x27;custom colour&#x27; noise paper out since that link was dead. It is quite neat. Here it is on ACM in case anyone else is interested:<p>Point Sampling with General Noise Spectrum (2012) <a href="https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;2185520.2185572" rel="nofollow">https:&#x2F;&#x2F;dl.acm.org&#x2F;doi&#x2F;10.1145&#x2F;2185520.2185572</a>
评论 #42292668 未加载
jmiskovic6 个月前
The same algorithm is described more clearly in Bridson&#x27;s paper from 2007:<p><a href="https:&#x2F;&#x2F;www.cs.ubc.ca&#x2F;~rbridson&#x2F;docs&#x2F;bridson-siggraph07-poissondisk.pdf" rel="nofollow">https:&#x2F;&#x2F;www.cs.ubc.ca&#x2F;~rbridson&#x2F;docs&#x2F;bridson-siggraph07-pois...</a>
teo_zero6 个月前
Something sounds odd. If points are very close, they have high spacial frequency. If I reject points that are too close, I&#x27;m excluding high-frequency points and keeping only low-frequency ones. A distribution that favor lower frequencies and filters out higher ones is red, not blue. Am I getting it wrong?
评论 #42291527 未加载
bschwindHN6 个月前
I was looking through the source code for Bevy&#x27;s Screen-Space-Ambient-Occlusion (SSAO) implementation and noticed they are using blue noise as well:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;bevyengine&#x2F;bevy&#x2F;blob&#x2F;56d559102858d4ce8a5b5e3bccd7053dd687a197&#x2F;crates&#x2F;bevy_pbr&#x2F;src&#x2F;ssao&#x2F;mod.rs#L787">https:&#x2F;&#x2F;github.com&#x2F;bevyengine&#x2F;bevy&#x2F;blob&#x2F;56d559102858d4ce8a5b...</a><p>That link takes you to this shadertoy:<p><a href="https:&#x2F;&#x2F;www.shadertoy.com&#x2F;view&#x2F;3tB3z3" rel="nofollow">https:&#x2F;&#x2F;www.shadertoy.com&#x2F;view&#x2F;3tB3z3</a>
评论 #42294160 未加载
danwills6 个月前
I would be very curious to hear if anyone knows how the color names are assigned?.. Is there any link to frequencies&#x2F;spectra of light or is it kinda arbitrary?
评论 #42296721 未加载