wpb_home/wpb_home_tutorials/include/kl_outlier.h
2017-04-13 22:26:12 +08:00

8 lines
140 B
C

#ifndef KL_OUTLIER_H_
#define KL_OUTLIER_H_
float thredhold(float);
float filter (float ,float ,float* ,float* ,float& ,float& );
#endif