^-^
人工智能、计算机、机器学习、linux、程序员
GAMES202-实时光线追踪
最近更新:2025-06-02   |   字数总计:1.7k   |   阅读估时:5分钟   |   阅读量:
  1. 时间性去噪
    1. 思路及方法
    2. 问题
      1. 由几何信息变化引起
      2. 由着色信息变化引起
    3. 针对问题的调整
  2. 空间性去噪
    1. 高斯滤波
    2. 双边滤波(Bilateral filtering)
    3. 联合双边滤波(Joint Bilateral Filtering)
    4. 大尺寸滤波核的实现
      1. 分趟实现(Separate Passes)
      2. 尺寸递增(Progressively Growing Sizes)
    5. Outlier Removal(亮点去除)
  3. Spatiotemporal Variance-Guided Filtering (SVGF)