Leptonica 1.68
C Image Processing Library

partitiontest.c File Reference

Demonstrates Bruel algorithm for extracting large whitespace boxes from a binary image using boxaGetWhiteblocks(). More...

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

Go to the source code of this file.

Defines

#define REDUCTION   1

Functions

 main (int argc, char **argv)

Detailed Description

Demonstrates Bruel algorithm for extracting large whitespace boxes from a binary image using boxaGetWhiteblocks().

Definition in file partitiontest.c.


Define Documentation

#define REDUCTION   1

Definition at line 34 of file partitiontest.c.

Referenced by main().


Function Documentation

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines