Page 1 of 1

Problem of remove noise node

PostPosted: Mon Jan 07, 2019 8:07 am
by moore_wang
I try to use "removeNoise" to denoise a part of pic and cover it back to orignal pic. The result is a black edge appeared on the edge of the overlaid image. I guess that is caused by the ALPHA value and try to use "alpha divide" and "alpha multiply", but it's useless.Does anyone know how to fix it?
after.png
after.png (442.47 KiB) Viewed 925 times

Re: Problem of remove noise node

PostPosted: Mon Jan 14, 2019 2:54 am
by moore_wang
Nobody knows?

Re: Problem of remove noise node

PostPosted: Mon Jan 14, 2019 5:08 am
by Bryan Ray
It's all but impossible to know what's going on without seeing your flow, but I'll make a stab in the dark. Are you cutting out a section of the image, denoising, then putting it back over the top? The denoise might be pulling some black pixels in from the edge. If that's what you've been doing, try reversing the order of operations: Denoise the entire image, then mask it, and Merge the result.

Re: Problem of remove noise node

PostPosted: Mon Jan 14, 2019 8:10 am
by moore_wang
Bryan Ray wrote:It's all but impossible to know what's going on without seeing your flow, but I'll make a stab in the dark. Are you cutting out a section of the image, denoising, then putting it back over the top? The denoise might be pulling some black pixels in from the edge. If that's what you've been doing, try reversing the order of operations: Denoise the entire image, then mask it, and Merge the result.


The problem is sloved, thank you for your reply.