mathmatics
文章平均质量分 92
kuangben2000
这个作者很懒,什么都没留下…
展开
-
Brent Solver
BrentSolvermitsuba\src\libcore\brent.cpphttp://mathworld.wolfram.com/BrentsMethod.htmlApplied Mathematics>Numerical Methods>Root-Finding>Brent's MethodBrent's method is a ...转载 2019-11-29 22:14:20 · 487 阅读 · 0 评论 -
layerlab - FourierBSDF
pbrt-v3\src\materials\fourier.cpphttps://github.com/wjakob/layerlab这个文章是说明原理的http://www.mitsuba-renderer.org/~wenzel/papers/layerlab-sg15.pdf for a tutorial on using layerlab....原创 2019-11-23 19:40:15 · 166 阅读 · 0 评论 -
CountTrailingZeros - PBRT
pbrt-v3\src\core\pbrt.hinline int CountTrailingZeros(uint32_t v) {Trailing Zeros算法https://blog.csdn.net/roxanne_zhang/article/details/89878826版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声...转载 2019-11-23 19:34:46 · 572 阅读 · 0 评论 -
Spherical Harmonics
Spherical Harmonicshttp://www.paulsprojects.net/opengl/sh/sh.htmlSpherical HarmonicsDescription:This program displays a simple looking scene (actually containing approximately 25,000 vertic...转载 2019-11-16 16:23:21 · 190 阅读 · 0 评论 -
Complex Spherical Harmonics
Complex SphericalHarmonicshttps://demonstrations.wolfram.com/ComplexSphericalHarmonics/Complex SphericalHarmonics l ...转载 2019-11-16 16:10:10 · 101 阅读 · 0 评论 -
Spherical Harmonics and applications in real time graphics
Spherical Harmonics and applications in real time graphicshttp://xlgames-inc.github.io/posts/sphericalharmonics0/Complex SphericalHarmonics l ...转载 2019-11-16 16:09:02 · 171 阅读 · 0 评论 -
Spherical Harmonics
Spherical Harmonicshttps://chem.libretexts.org/Bookshelves/Physical_and_Theoretical_Chemistry_Textbook_Maps/Supplemental_Modules_(Physical_and_Theoretical_Chemistry)/Quantum_Mechanics/07._Angular_Mo...转载 2019-11-16 16:04:41 · 658 阅读 · 0 评论 -
Spherical Harmonics
Spherical Harmonicshttps://demonstrations.wolfram.com/SphericalHarmonics/Spherical HarmonicsDownload to DesktopSourceSpherical harmonics give the angular part of the solution to Laplac...转载 2019-11-16 15:58:29 · 185 阅读 · 0 评论 -
Fourier Series Examples
Fourier Series Exampleshttps://lpsa.swarthmore.edu/Fourier/Series/ExFS.htmlFourier Series ExamplesIntroduction Derivation Examples Aperiodicity PrintableContentsEven Pulse Function (Cosin...转载 2019-11-02 08:56:43 · 480 阅读 · 0 评论 -
Section 8-6 : Fourier Series
Section 8-6 : Fourier Serieshttp://tutorial.math.lamar.edu/Classes/DE/FourierSeries.aspxPaul's Online NotesHome / Differential Equations / Boundary Value Problems & Fourier Series / Fourier ...转载 2019-11-02 08:54:30 · 275 阅读 · 0 评论 -
Tracing ray differentials
Tracing ray differentialshttps://dl.acm.org/citation.cfm?id=311555===============================Tracing Ray Differentialshttp://delivery.acm.org/10.1145/320000/311555/p179-igehy.pdf?ip=223...转载 2019-10-30 23:41:39 · 390 阅读 · 0 评论 -
CHAPTER 21Simple Environment Map Filtering Using Ray Cones and Ray Differentials
CHAPTER 21Simple Environment Map Filtering Using Ray Cones and Ray Differentialshttps://link.springer.com/content/pdf/10.1007%2F978-1-4842-4427-2_21.pdf347© NVIDIA 2019 E. Haines, T. Akenine-Mölle...转载 2019-10-30 23:40:21 · 141 阅读 · 0 评论 -
Tracing Ray Differentials
Tracing Ray Differentialshttps://graphics.stanford.edu/papers/trd/Homan Igehy, Stanford UniversityAppears in the Computer Graphics (SIGGRAPH '99 Proceedings)Abstract:Antialiasing of ray trac...转载 2019-10-30 23:37:12 · 159 阅读 · 0 评论 -
【全局光照技术】光线微分-Ray Differentials(6.5.1纠错)
【全局光照技术】光线微分-Ray Differentials(6.5.1纠错)https://blog.csdn.net/suian0424/article/details/81485563版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/suian0424/article/det...转载 2019-10-30 23:33:53 · 367 阅读 · 0 评论 -
Improved Noise reference implementation
Improved Noise reference implementationhttps://mrl.nyu.edu/~perlin/noise/G:\File\opensource\sunflow-git\sunflow\src\org\sunflow\math\PerlinScalar.javaImproved Noise reference implementationKen...转载 2019-10-20 21:50:02 · 255 阅读 · 0 评论 -
Lanczos插值滤波器
Lanczos插值滤波器https://blog.csdn.net/lin453701006/article/details/78205170参考:https://en.wikipedia.org/wiki/Lanczos_resamplinghttp://blog.csdn.net/trent1985/article/details/45150677Lanczos算法是一种将对称...转载 2019-10-18 00:03:13 · 1583 阅读 · 0 评论 -
多相位图像插值算法(Lanczos、sinc)
多相位图像插值算法(Lanczos、sinc)https://blog.csdn.net/swimmingfish2004/article/details/7312361Lanczos Algorithm Analyse在公司时候研究过的Lanczos图像缩略算法,今天整理出来给大家分享,分析的是imagemagic里面的lanczos resize的源码。1 图像缩放原理简介...转载 2019-10-18 00:02:26 · 5261 阅读 · 0 评论 -
ImageMagick v6 Examples -- Resampling Filters
ImageMagick v6 Examples -- Resampling Filtershttp://www.imagemagick.org/Usage/filter/Index ImageMagick Examples Preface and Index Resampling Artefacts - How good is Resize? Blocking, Rin...原创 2019-10-17 23:56:23 · 125 阅读 · 0 评论 -
Triangle filters
Triangle filtershttp://sepwww.stanford.edu/public/docs/sep89/sergey2/paper_html/node4.htmlThe idea of the triangle filtering Claerbout (1992a); Lumley et al. (1994) follows from the well-known Nyq...转载 2019-10-17 23:35:42 · 425 阅读 · 0 评论 -
图形学中的贴图采样、走样与反走样等
图形学中的贴图采样、走样与反走样等https://blog.csdn.net/bugrunner/article/details/8829438计算机图形学中不可避免的会涉及到图像分析与处理的相关知识,前些时间也重温了下常用到的采样、重建以及纹理贴图等内容,并对其中的走样与反走样有了更多的认识,这里小结一下。1. 基本问题信号的采样与重建过程中首先面临着两个基本的问题: 给定...转载 2019-10-17 23:33:27 · 336 阅读 · 0 评论 -
Unity|Random.Range()最大值的问题
Unity|Random.Range()最大值的问题https://blog.csdn.net/weixin_39766005/article/details/84076385public static int Range(int min, int max);public static float Range(float min, float max);如果参数是float,那结果中...转载 2019-10-16 20:57:21 · 2197 阅读 · 0 评论 -
Unity中random函数的简单使用
Unity中random函数的简单使用https://blog.csdn.net/zerrone/article/details/60781898一:如果想要从一个数组中随机的取出一个数据,此时可以用Random函数,如:var element = myArray[Random.Range(0, myArray.Length)]; 1注意这里取值的范围是0~Length-...转载 2019-10-16 20:40:29 · 1679 阅读 · 1 评论 -
Leonhard Grünschloß
Leonhard Grünschloßhttp://gruenschloss.org/Leonhard GrünschloßInterests:Photo-realistic rendering and 3d graphics in general, including ray tracing and volume rendering. Computer vision. Q...转载 2019-10-13 17:42:28 · 193 阅读 · 0 评论 -
Lanczos 重采样
Lanczos 重采样https://blog.csdn.net/u010468553/article/details/79359488版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/u010468553/article/details/79359488参考链接:Wiki...转载 2019-10-13 00:08:06 · 1488 阅读 · 0 评论 -
Understanding Perlin Noise
Understanding Perlin Noisehttp://flafla2.github.io/2014/08/09/perlinnoise.htmlTechnical Writeup Posted on 09 August 2014 by Flafla2The objective of this article is to present an easy-to-understa...转载 2019-10-12 22:19:25 · 182 阅读 · 0 评论 -
Perlin Noise
Perlin Noisehttps://www.ronja-tutorials.com/2018/09/15/perlin-noise.htmlSep 15, 2018 • Ronja BöhringerPerlin Noise Gradient Noise in one Dimension 2d Perlin Noise 3d Perlin Noise Special Use...转载 2019-10-12 22:13:16 · 272 阅读 · 0 评论 -
PerlinNoise-C#柏林噪声的探讨与实现
PerlinNoise-C#柏林噪声的探讨与实现https://www.jianshu.com/p/987b1349c94d2018.06.23 20:12:46字数 3059阅读 885前言1985年Ken Perlin指出,一个理想的噪声应该具有以下性质:维基百科1.对旋转具有统计不变性;2.能量在频谱上集中于一个窄带,即:图像是连续的,高频分量受限;3。对变换具...转载 2019-10-11 22:11:21 · 2282 阅读 · 0 评论 -
Perlin Noise
Perlin Noisehttps://www.cnblogs.com/hankeyyh/p/7247529.html原理Perlin Noise属于晶格(grid) 噪声,其将空间分成一个个晶格(单位长度),输入的位置点配合晶格顶点处的随机梯度,生成噪声。常用于游戏中的地形生成等。以二维Perlin Noise为例P是输入点,周围四个红色圈代表其所在晶格的四个顶点。(u,...转载 2019-10-11 22:01:43 · 237 阅读 · 0 评论 -
Sobol sequence generator
Sobol sequence generatorhttp://web.maths.unsw.edu.au/~fkuo/sobol/ https://blog.csdn.net/qq_33274326/article/details/69952035那么如何计算出能生成如此高质量分布的矩阵呢?Quasi Monte Carlo的学者们已经花了数10年的时间搜索这种矩阵,现在我们可以在...转载 2018-10-10 22:40:40 · 4932 阅读 · 0 评论 -
Van der Corput sequence
Van der Corput sequencehttps://en.wikipedia.org/wiki/Van_der_Corput_sequenceVan der Corput sequenceFrom Wikipedia, the free encyclopediaJump to navigation Jump to searchIllustration of the...转载 2018-10-10 22:37:34 · 810 阅读 · 0 评论 -
低差异序列(一)- 常见序列的定义及性质
是啊,poison disk能生成低差异分布的样本。但不属于低差异序列。主要区别还是定义上不是deterministic的,所以之前提到的那些性质也都不满足了,而且生成的时候需要把所有生成过的样本储存起来。实现上也没法做到和这些序列一样那么高效,通常都要rejection sampling啥的。。 低差异序列(一)- 常见序列的定义及性质https://zhuanlan.zhihu.c...转载 2018-10-10 22:36:32 · 7167 阅读 · 1 评论 -
Hammersley–Clifford theorem
Hammersley–Clifford theoremhttps://en.wikipedia.org/wiki/Hammersley%E2%80%93Clifford_theoremHammersley–Clifford theoremFrom Wikipedia, the free encyclopediaJump to navigation Jump to searchT...转载 2018-10-10 22:33:34 · 1452 阅读 · 0 评论 -
图形学基础(5)——Sobol 采样
图形学基础(5)——Sobol 采样https://blog.csdn.net/qq_33274326/article/details/69952035图形学基础(5)——Sobol 采样2017年04月10日 17:24:24 OscarShen09 阅读数:2695 标签: 图形 采样器 随机数 光线追踪 更多个人分类: 图形 一个光源会在三维空间以及角度空间中随机产...转载 2018-10-10 22:32:48 · 9777 阅读 · 0 评论 -
图形学数学基础之Hammersley采样
图形学数学基础之Hammersley采样https://blog.csdn.net/i_dovelemon/article/details/76599923图形学数学基础之Hammersley采样2017年08月03日 00:05:37 i_dovelemon 阅读数:1243 标签: 图形 数学 算法 更多个人分类: 3D引擎 游戏开发 Shader Ray Tracing ...转载 2018-10-10 22:26:18 · 1647 阅读 · 0 评论 -
Ray Tracing From Ground Up
Ray Tracing From Ground Uphttp://www.raytracegroundup.com/downloads.htmlhttps://blog.csdn.net/i_dovelemon/article/details/76599923原创 2018-10-10 22:25:34 · 143 阅读 · 0 评论 -
(145)光线追踪距离场柔和阴影
https://blog.csdn.net/zl908760230/article/details/72792422 光线追踪距离场阴影利用场景距离场展示的属性用于计算动态网格体的有效区域阴影。这使用的数据和 距离场环境遮挡 相同,因此许多限制也相同。为计算阴影,从场景定向距离场被遮挡的点到每个光源进行光线追踪。使用到遮挡物的最近距离使锥形追踪的消耗与光线追踪相近。可从球形光源生成高精...转载 2018-10-08 22:59:57 · 755 阅读 · 0 评论 -
GGX
================bing IntegrateGGXhttps://twvideo01.ubm-us.net/o1/vault/gdc2017/Presentations/Hammon_Earl_PBR_Diffuse_Lighting.pdfhttps://blog.selfshadow.com/publications/s2012-shading-course/#co...转载 2018-10-08 22:13:47 · 495 阅读 · 0 评论 -
晕影Vignette
晕影Vignette[ShaderStaff] Vignette Effecthttp://www.bubuko.com/infodetail-2440473.html原创 2018-10-17 23:17:14 · 296 阅读 · 0 评论 -
noperspective
noperspectiveInterpolation Modifiers Introduced in Shader Model 4https://docs.microsoft.com/zh-cn/windows/desktop/direct3dhlsl/dx-graphics-hlsl-structVertex shader outputs that are used for pixe...转载 2018-10-17 22:02:30 · 505 阅读 · 0 评论 -
RandToCircle
// convert 16-bit random value in [0,0xffff] into a position in the unit circle// based on the approximate equal area transform from// http://marc-b-reynolds.github.io/math/2017/01/08/SquareDisc.htm...转载 2018-10-10 22:53:18 · 314 阅读 · 0 评论