Files
rawTherapee/rtengine/calc_distort.h
2011-05-08 21:11:16 -04:00

7 lines
168 B
C

#ifndef CALC_DISTORTION__H
#define CALC_DISTORTION__H
extern "C" {
double calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows);
}
#endif