Improvement for Auto Distortion correction, Issue 2386

This commit is contained in:
Ingo
2014-05-23 15:56:16 +02:00
parent 5180a03c45
commit 0a3dbfc919
3 changed files with 24 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#ifndef CALC_DISTORTION__H
#define CALC_DISTORTION__H
double calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows);
int calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows, int nfactor, double &distortion);
#endif