Fix for channel mixer bug.
This commit is contained in:
6
rtengine/calc_distort.h
Normal file
6
rtengine/calc_distort.h
Normal 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
|
Reference in New Issue
Block a user