Fix bug in Lab adjustements - Red and Skin tones protection - see issue1514

This commit is contained in:
jdc
2012-09-05 13:46:17 +02:00
commit e510b157de
1439 changed files with 307898 additions and 0 deletions

4
rtengine/calc_distort.h Normal file
View File

@@ -0,0 +1,4 @@
#ifndef CALC_DISTORTION__H
#define CALC_DISTORTION__H
double calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows);
#endif