#include <mr_lag_section.h>
Data Fields | |
MrVector * | segments |
MrVector * | right_junctions |
MrVector * | left_junctions |
unsigned int | sum_height |
unsigned int | mean_height |
unsigned int | sum_y |
unsigned int | mean_y |
short int | filament |
short int | removed |
MrLine * | bb |
Group of segment linked by junctions.
|
|
|
Qualify the section : > 0 is a filament : a filament can be a part of a staff line > 1 : belong to a chain The section with the same non null value in the attribute filament belong to the same chain |
|
Jointures towards component on the left |
|
mean of the height of the segment in the section ( sum_height / segments->size ) |
|
mean on y coordinate (sum_y / (2 * segments->size) |
|
1 : section removed from the LAG structure |
|
Jointures towards component on the right |
|
Segments in the section. segment are sorted from the right to the left |
|
sum of the height of the segments in the section |
|
sum of y coordinate |