Leptonica 1.68
C Image Processing Library

ccbord.h File Reference

Structs for representation of 1 bpp component outlines. More...

Go to the source code of this file.

Data Structures

struct  CCBord
struct  CCBorda

Typedefs

typedef struct CCBord CCBORD
typedef struct CCBorda CCBORDA

Enumerations

enum  { CCB_LOCAL_COORDS = 1, CCB_GLOBAL_COORDS = 2 }
enum  { CCB_SAVE_ALL_PTS = 1, CCB_SAVE_TURNING_PTS = 2 }

Detailed Description

Structs for representation of 1 bpp component outlines.

         CCBord:   represents a single connected component
         CCBorda:  an array of CCBord

Definition in file ccbord.h.


Typedef Documentation

typedef struct CCBord CCBORD

Definition at line 87 of file ccbord.h.

typedef struct CCBorda CCBORDA

Definition at line 99 of file ccbord.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
CCB_LOCAL_COORDS 
CCB_GLOBAL_COORDS 

Definition at line 27 of file ccbord.h.

anonymous enum
Enumerator:
CCB_SAVE_ALL_PTS 
CCB_SAVE_TURNING_PTS 

Definition at line 33 of file ccbord.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines