You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before showing the code, I get much much darker result than expected.
So I prepared a really small 4x4 example of how I use the lib, maybe there is something I am doing wrong.
Like I said, this code leads to a way too dark image. The colors are way too influenced by the dark colors.
I would like to be able to tell the algorithm that the pixels are not set and should not influence the calculation in any way. Right now, black/unset pixels will have a way too strong influence on the result.
The gray pixels are like the ray information, and they should be kept intact or almost intact. Not blended that much with the unsets.
How may I do?
thanks,
The text was updated successfully, but these errors were encountered:
Hi,
Trying to test the denoiser on an input.
Before showing the code, I get much much darker result than expected.
So I prepared a really small 4x4 example of how I use the lib, maybe there is something I am doing wrong.
Please have a look at the following code:
Like I said, this code leads to a way too dark image. The colors are way too influenced by the dark colors.
I would like to be able to tell the algorithm that the pixels are not set and should not influence the calculation in any way. Right now, black/unset pixels will have a way too strong influence on the result.
The gray pixels are like the ray information, and they should be kept intact or almost intact. Not blended that much with the unsets.
How may I do?
thanks,
The text was updated successfully, but these errors were encountered: