Files
rawTherapee/rtengine/calc_distort.h
2013-11-13 20:00:54 +01:00

5 lines
153 B
C

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