Add option to keep I and mI arrays and "neighbor pixle weights" structure
[colorize.git] / gui / colorize.c
index de33c8d..bf3bf59 100644 (file)
@@ -207,7 +207,7 @@ void colorize_image(void)
        cI = NULL;
 
        /* render u and v change */
-       rc = colorize(I, mI, NULL, NULL, 5, 1, 0, feat_names);
+       rc = colorize(I, mI, NULL, NULL, 5, 1, 0, 0, feat_names, NULL);
        if (rc < 0) {
                printerror("No memory! Use smaller image or add more memory.");
                goto error;