Leptonica 1.68
C Image Processing Library

bincompare.c File Reference

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)

Detailed Description

Exploration of various ways to bitwise compare two binary images.

Definition in file bincompare.c.


Define Documentation

#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.


Function Documentation

main ( int  argc,
char **  argv 
)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines