Leptonica 1.68
C Image Processing Library

pixmem_reg.c File Reference

Tests the low-level pix data accessors, and functions that call them using: pixCopy(), pixTransferAllData(), pixClone(), pixExtractData(), and pixSetData(). More...

#include <stdio.h>
#include <stdlib.h>
#include "allheaders.h"

Go to the source code of this file.

Functions

void Compare (PIX *pix1, PIX *pix2, l_int32 *perror)
 main (int argc, char **argv)

Detailed Description

Tests the low-level pix data accessors, and functions that call them using: pixCopy(), pixTransferAllData(), pixClone(), pixExtractData(), and pixSetData().

Definition in file pixmem_reg.c.


Function Documentation

void Compare ( PIX pix1,
PIX pix2,
l_int32 perror 
)

Definition at line 172 of file pixmem_reg.c.

References pixEqual().

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines