#ifndef _NOLINEARFILTER_H #define _NOLINEARFILTER_H 1 #include "abaxCommon.h" int nonLinearFilterFun(float *src, float *dst, double *pa, double *pb, double *pc); float nonLinearTrans(float d, int i, double *pa, double *pb, double *pc); #endif