added reference to the original repo and license for the RCD demosaic code

This commit is contained in:
Alberto Griggio 2017-11-19 00:43:12 +01:00
parent 6410f05799
commit 3673f1392c

View File

@ -3933,6 +3933,9 @@ void RawImageSource::cielab (const float (*rgb)[3], float* l, float* a, float *b
* Luis Sanz Rodriguez (luis.sanz.rodriguez(at)gmail(dot)com)
*
* Release 2.2 @ 171117
*
* Original code from https://github.com/LuisSR/RCD-Demosaicing
* Licensed under the GNU GPL version 3
*/
void RawImageSource::rcd_demosaic()
{