some bugs fixed

This commit is contained in:
2021-10-18 17:24:03 +03:00
parent 81c94bcd1e
commit 68449bef89
30 changed files with 577 additions and 551 deletions

View File

@@ -27,6 +27,5 @@
Imtype calc_median(Imtype *idata, int n);
Image *get_median(const Image *img, int seed);
int get_stat(const Image *in, int seed, Image **mean, Image **std);
int calc_background(Image *img, Imtype *bk);
#endif // __MEDIAN_H__