Fix for channel mixer bug.

This commit is contained in:
Emil Martinec
2011-09-01 10:34:34 -05:00
commit ee83bfad63
729 changed files with 153848 additions and 0 deletions

6
rtengine/calc_distort.h Normal file
View File

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