Instituting denoise branch to work on improvements to RT denoise. Most definitely a work in progress, but the patch is becoming quite complicated so it is definitely worth having it backed up on Google code.
This commit is contained in:
4
rtengine/calc_distort.h
Normal file
4
rtengine/calc_distort.h
Normal 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
|
Reference in New Issue
Block a user