Leptonica 1.68
C Image Processing Library
|
Regression test for painting through a mask onto various depth images. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Functions | |
main (int argc, char **argv) |
Regression test for painting through a mask onto various depth images.
Definition in file paintmask_reg.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 46 of file paintmask_reg.c.
References boxCreate(), boxDestroy(), NULL, pixClipMasked(), pixClipRectangle(), pixConvertRGBToLuminance(), pixDestroy(), pixDisplayMultiple(), pixDisplayWrite(), pixInvert(), pixMedianCutQuant(), pixMedianCutQuantGeneral(), pixOctreeQuantNumColors(), pixRead(), pixThresholdTo2bpp(), and pixThresholdTo4bpp().