Wolfgang added to AUTHORS.txt
PhenomX4 target added
profiles version updated
slightly enhanced Dark theme
--large-adress-aware included in the example cmake option file
7 lines
168 B
C
7 lines
168 B
C
#ifndef CALC_DISTORTION__H
|
|
#define CALC_DISTORTION__H
|
|
extern "C" {
|
|
double calcDistortion (unsigned char* img1, unsigned char* img2, int ncols, int nrows);
|
|
}
|
|
#endif
|