Skip to content

Variance based sampling #3

@anders-wind

Description

@anders-wind

Implement a variance weighted sampling to improve performance.

Initial idea:

  • calculate the sum of variance of each cuda block.
  • Sort cuda blocks based on the variance
  • Pick #blocks/reduction_factor blocks to path trace.
  • Input the picked blocks to ray trace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions