#include <DLDatarun.h>
Public Member Functions | |
DLDatarun () | |
DLDatarun (const DLDatarun &orig) | |
const DLDatarun & | operator= (const DLDatarun &right) |
~DLDatarun () | |
Public Attributes | |
int | run_row |
row of run | |
int | run_start |
first pixel of run | |
int | run_stop |
last+1 pixel of run |
Information about pixels runs (connected rows of dark pixels in a binary image) is available as publicly accessible members of this object. Containers of DLDatarun objects can be used to store the runs of a binary image, and are used in DLComponent.
Definition at line 12 of file DLDatarun.h.
DLDatarun::DLDatarun | ( | ) | [inline] |
DLDatarun Constructor
Definition at line 18 of file DLDatarun.h.
DLDatarun::DLDatarun | ( | const DLDatarun & | orig | ) | [inline] |
DLDatarun Copy Constructor
Definition at line 22 of file DLDatarun.h.
DLDatarun::~DLDatarun | ( | ) | [inline] |
DLDatarun destructor
Definition at line 39 of file DLDatarun.h.