Files
rawTherapee/rtengine/calc_distort.h
2015-06-08 16:22:33 +02:00

5 lines
183 B
C

#ifndef CALC_DISTORTION__H
#define CALC_DISTORTION__H
int calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows, int nfactor, double &distortion);
#endif