counting negative values

This commit is contained in:
2019-09-25 09:21:00 +02:00
parent d294102ca4
commit 54269cc007
3 changed files with 28 additions and 1 deletions

View File

@@ -79,6 +79,7 @@ int fimg_to_gray(FloatImg *head);
void fimg_add_cste(FloatImg *fi, float value);
void fimg_mul_cste(FloatImg *fi, float value);
void fimg_drand48(FloatImg *fi, float kmul);
int fimg_count_negativ(FloatImg *fi);
/* various funcs modules */
int fimg_load_from_png(char *filename, FloatImg *fimg);