-
-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve stratified sample strategy #530
Comments
The core issue is that we only have a single blue noise value which is used to offset both a X and Y across the strata so it's correlated between both axes. Using an offset that's spread well across both X and Y (and Z if possible) would be best. Perhaps some kind of 2d blue noise point pattern. The blue noise pattern could be reshuffled into a 2d point based on intensity value across the image |
Some other noise approaches to use: |
Related to #527, #449
There should be some way to de-correlate samples a bit more since at the moment all samples across the image are sampling from the same stratum with a common x and y offset. This results in highly correlated samples that expose the sampling patterns of shapes. This results in some swirling patterns especially when any spherical sampling is done. The shuffling approach could possibly also use some improvement.
Thoughts:
The text was updated successfully, but these errors were encountered: