DLstats Struct Reference

This structure is used by the calcHorizontalNeighbors method. It stores line statistics. More...

#include <getLines.h>

List of all members.

Public Attributes

float hor_mean
float ver_mean
float asr
float hor_num
float ver_num
float hor_dx
float ver_dy


Detailed Description

This structure is used by the calcHorizontalNeighbors method. It stores line statistics.

Definition at line 152 of file getLines.h.


Member Data Documentation

float DLstats::hor_mean

Horizontal mean.

Definition at line 154 of file getLines.h.

float DLstats::ver_mean

Vertical mean.

Definition at line 157 of file getLines.h.

float DLstats::asr

[Sum(connected component maximum values - connected component minimum values) + number of connected components] / (number of connected components - 1).

Definition at line 162 of file getLines.h.

float DLstats::hor_num

Horizontal number. Count of non-zero DLnodes hto_edge field occurrences.

Definition at line 166 of file getLines.h.

float DLstats::ver_num

Vertical number. Count of non-zero DLnodes vto_edge field occurrences.

Definition at line 170 of file getLines.h.

float DLstats::hor_dx

Average distances between column minimum and column maximum values when the DLnodes hto_edge field occurrences are non-zero.

Definition at line 174 of file getLines.h.

float DLstats::ver_dy

Average distances between row minimum and row maximum values when the DLnodes vto_edge field occurrences are non-zero.

Definition at line 178 of file getLines.h.


The documentation for this struct was generated from the following file:
Generated on Fri Feb 23 13:21:07 2007 for DLGetLines by  doxygen 1.5.1