make checkbox labels clickable in batch mode, issue 1414

This commit is contained in:
Troy Sankey
2012-07-27 23:35:36 -07:00
commit d91a7e77c8
1428 changed files with 304463 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