Leptonica 1.68
C Image Processing Library

maze_reg.c File Reference

Tests the functions in maze.c: binary and gray maze search, largest rectangle in bg or fg. More...

#include <string.h>
#include "allheaders.h"

Go to the source code of this file.

Defines

#define NPATHS   6

Functions

 main (int argc, char **argv)

Variables

static const l_int32 x0 [NPATHS] = {42, 73, 73, 42, 324, 471}
static const l_int32 y0 [NPATHS] = {117, 319, 319, 117, 170, 201}
static const l_int32 x1 [NPATHS] = {419, 419, 233, 326, 418, 128}
static const l_int32 y1 [NPATHS] = {383, 383, 112, 168, 371, 341}
static const l_int32 NBOXES = 20
static const l_int32 POLARITY = 0

Detailed Description

Tests the functions in maze.c: binary and gray maze search, largest rectangle in bg or fg.

Definition in file maze_reg.c.


Define Documentation

#define NPATHS   6

Definition at line 26 of file maze_reg.c.

Referenced by main().


Function Documentation


Variable Documentation

const l_int32 y0[NPATHS] = {117, 319, 319, 117, 170, 201} [static]
const l_int32 x1[NPATHS] = {419, 419, 233, 326, 418, 128} [static]

Definition at line 29 of file maze_reg.c.

Referenced by main().

const l_int32 y1[NPATHS] = {383, 383, 112, 168, 371, 341} [static]

Definition at line 30 of file maze_reg.c.

Referenced by main().

const l_int32 NBOXES = 20 [static]

Definition at line 32 of file maze_reg.c.

Referenced by main().

const l_int32 POLARITY = 0 [static]

Definition at line 33 of file maze_reg.c.

Referenced by main().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines