fastNLmeansDenoising
The documentation says that opencv uses the NL-Means denoising algorithm with several computational optimizations. Can anyone tell me what those optimizations are?
Asked: 2015-11-09 08:56:40 -0600
Seen: 485 times
Last updated: Nov 09 '15
Have you read this with given reference
Yes, the link goes to the standard algorithm of NL-Means denoising. There is nothing that accounts for the "fast" keyword or the optimizations that openCV has.