#include <DLDataruns.h>
Public Member Functions | |
DLDataruns () | |
DLDataruns (const DLDataruns &orig) | |
const DLDataruns & | operator= (const DLDataruns &right) |
virtual | ~DLDataruns () |
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 DLDataruns objects can be used to store the runs of a binary image, and are used in DLComponent.
|
DLDataruns Constructor |
|
DLDataruns Copy Constructor |
|
DLDataruns destructor |
|
Assignment operator
|
|
row of run
|
|
first pixel of run
|
|
last+1 pixel of run
|