random patchys...

This commit is contained in:
tonton Th
2020-04-02 14:49:10 +02:00
parent 14256b1476
commit dd9ac7c948
12 changed files with 100 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ extern int verbosity; /* must be declared around main() */
/* --------------------------------------------------------------------- */
/*
* floating imgs MUST be allocated before calling this func.
* floating resultat img MUST be allocated before calling this func.
*/
int fimg_mk_gray_from(FloatImg *src, FloatImg *dst, int k)
{

View File

@@ -13,6 +13,9 @@
extern int verbosity; /* must be declared around main() */
/* ---------------------------------------------------------------- */
/*
* return 0 if images are compatibles
*/
int fimg_images_compatible(FloatImg *a, FloatImg *b)
{
#if DEBUG_LEVEL > 1