View Single Post
Old 13th November 2014, 15:39   #1  |  Link
Khanattila
Registered User
 
Khanattila's Avatar
 
Join Date: Nov 2014
Posts: 440
KNLMeansCL: OpenCL NLMeans de-noising algorithm [2018-01-29]

--> pinterf's fork

--> https://github.com/Khanattila/KNLMea...ses/tag/v1.1.1
Code:
KNLMeansCL v1.1.1
* Added more check of rclip.
* Fixed build programm error in some circumstances. 
* Fixed Avisynth YUV444P10 video format.
* Fixed Vapoursynth RGB30 video format.
* Fixed clip processing with higher resolution than 4K.
KNLMeansCL is an optimized OpenCL implementation of the Non-local means de-noising algorithm. The NLMeans filter, originally proposed by Buades et al., is a very popular filter for the removal of white Gaussian noise, due to its simplicity and excellent performance. The strength of this algorithm is to exploit the repetitive character of the image in order to de-noise the image unlike conventional de-noising algorithms, which typically operate in a local neighbourhood.

For end user KNLMeansCL is a plugin for AviSynth, AviSynth+ and for VapourSynth. Windows, OS X and Linux are supported. Read more on the Wiki.

KNLMeansCL is available under the GNU GPL v3 license.

FAQ
Q) I can't make DGNV and KNLmeansCL work together in avs script.
A) Post #664.
__________________
github.com

Last edited by Khanattila; 29th October 2022 at 00:00.
Khanattila is offline   Reply With Quote