Leptonica 1.68
C Image Processing Library
|
Exploration of various ways to bitwise compare two binary images. More...
#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"
Go to the source code of this file.
Defines | |
#define | XOR 1 |
#define | SUBTRACT_1_FROM_2 0 |
#define | SUBTRACT_2_FROM_1 0 |
Functions | |
main (int argc, char **argv) |
Exploration of various ways to bitwise compare two binary images.
Definition in file bincompare.c.
#define XOR 1 |
Definition at line 28 of file bincompare.c.
#define SUBTRACT_1_FROM_2 0 |
Definition at line 29 of file bincompare.c.
#define SUBTRACT_2_FROM_1 0 |
Definition at line 30 of file bincompare.c.
main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 32 of file bincompare.c.
References ERROR_INT, IFF_PNG, NULL, PIX_DST, PIX_NOT, PIX_SRC, pixCountPixels(), pixGetDepth(), pixGetHeight(), pixGetWidth(), pixRasterop(), pixRead(), and pixWrite().