#include <Histogram_element.h>
Public Member Functions | |
| Histogram_element () | |
| Histogram_element (double start, double stop, vector< Line * > *linesIN, int total_linesIN) | |
| ~Histogram_element () | |
| double | getStartAngle () |
| double | getStopAngle () |
| int | getNumLines () |
| int | getTotalLines () |
| double | getProbability () |
| Line * | getFirstLine () |
| Line * | getNextLine () |
| void | setLines (vector< Line * > *v) |
| void | printHistogram () |
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
returns the first line in this bucket |
|
|
returns the next line in this bucket |
|
|
returns the number of lines contained in this bucket |
|
|
returns the probability that a line being clustered is located in this bucket |
|
|
returns the start angle of this bucket of the histogram |
|
|
returns the stop angle of this bucket of the histogram |
|
|
returns the total number of lines being clustered |
|
|
prints out some of the data for this bucket, or element, of the histogram |
|
|
sets the lines contained within this bucket, or region, constrained by the start and stop angles |
1.3.3