rawTherapee/rtengine/calc_distort.h

4 lines
132 B
C

#pragma once
int calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows, int nfactor, double &distortion);