Leptonica  1.83.1
Image processing and image analysis suite
ccbord.h File Reference

Go to the source code of this file.

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


   This is the public interface for representing all foreground pixels
   in an image by the border pixels of connected components.  It contains
   typedefs for data structures and enums for function inputs.

Definition in file ccbord.h.

Typedef Documentation

◆ CCBORD

typedef struct CCBord CCBORD

A single CCBord for a connected component

Definition at line 1 of file ccbord.h.

◆ CCBORDA

typedef struct CCBorda CCBORDA

Array of CCBord

Definition at line 1 of file ccbord.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Use in ccbaStepChainsToPixCoords()

CCB Coords

Definition at line 49 of file ccbord.h.

◆ anonymous enum

anonymous enum

Use in ccbaGenerateSPGlobalLocs()

CCB Points

Definition at line 56 of file ccbord.h.