#include <Html_cluster.h>
Public Member Functions | |
| Html_cluster () | |
| Html_cluster (int lines, double areaIN, int angle_divisionsIN) | |
| ~Html_cluster () | |
| void | setHistogram (Histogram_element *h) |
| void | setTotalLength (double len) |
| double | getTotalLength () |
| int | getNumLines () |
| double | getArea () |
| Histogram_element * | getHistogram () |
| int | getNumHistogram () |
| void | setMaxLength (double len) |
| void | setMinLength (double len) |
| void | setMatrix (Matrix *matrixIN) |
| double ** | getMatrix () |
| int | getRows () |
| int | getCols () |
| double | getMaxLength () |
| double | getMinLength () |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
returns the area spanned by the polygons created by the lines in the structure |
|
|
returns the number of columns in the length-angle histogram (which represent lengths) |
|
|
returns an array of the full structure histogram |
|
|
returns the matrix for the length-angle histogram |
|
|
returns the length of the longest line in the structure |
|
|
returns the length of the shortest line in the structure |
|
|
returns the number of buckets in the histogram |
|
|
returns the number of lines in the structure |
|
|
returns the number of rows in the length-angle histogram (which represent angles) |
|
|
returns the total length of all the lines in the structure for the given image |
|
|
sets the structure histogram for this html cluster |
|
|
sets a matrix to represent the length-angle histogram which will ultimately be displayed as a gif file |
|
|
sets the max length for the longest line in the structure |
|
|
sets the min length for the shortest line in the cluster |
|
|
sets the total length of the lines being represented in this html cluster |
1.3.3