Moved wavelet to its own tab

This commit is contained in:
Ingo
2015-06-08 16:22:33 +02:00
commit d5fba1ea48
1741 changed files with 437841 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
int calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows, int nfactor, double &distortion);
#endif