Solving issue 1583: "Some tools always collapsed after restart"

This commit is contained in:
natureh 510
2013-03-07 22:50:30 +01:00
commit 8a56d3ddbe
1465 changed files with 328228 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
double calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows);
#endif