Last fix didn't work, creating new branch.

This commit is contained in:
Emil Martinec
2011-11-30 12:56:15 -06:00
commit 83c50037a0
1306 changed files with 280337 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