not a milestone

This commit is contained in:
le vieux
2020-11-10 00:50:25 +01:00
parent 538a8ffa82
commit c3c5e0dc3f
6 changed files with 43 additions and 14 deletions

View File

@@ -17,6 +17,15 @@
*/
extern int verbosity;
/* -------------------------------------------------------------- */
int trinarize(FloatImg *pimg, int notused)
{
fprintf(stderr, "the function '%s' is not implemented\n", __func__);
exit(2);
return -1;
}
/* -------------------------------------------------------------- */
int binarize(FloatImg *pimg, int notused)
{
@@ -100,6 +109,3 @@ return 0;
}
/* -------------------------------------------------------------- */