#include <getLines.h>
Public Attributes | |
float | hor_mean |
float | ver_mean |
float | asr |
float | hor_num |
float | ver_num |
float | hor_dx |
float | ver_dy |
Definition at line 152 of file getLines.h.
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.