#include <Line_clusters.h>
Public Member Functions | |
| Line_clusters () | |
| Line_clusters (double w, double h, double s) | |
| ~Line_clusters () | |
| void | addRegion (Line_cluster s) |
| Line_cluster | getFirst () |
| Line_cluster | getNext () |
| int | getNumClusters () |
| double | getWidth () |
| double | getHeight () |
| void | recenterLines (int x, int y) |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
adds a structure region to the group of structure regions for a given image |
|
|
returns the first line cluster region |
|
|
returns the height of the image |
|
|
returns the next line cluster region |
|
|
returns the number of line clusters in this structure region |
|
|
returns the width of the image |
|
||||||||||||
|
adds x and y to the points in all of the lines of all of the structure clusters for this image |
1.3.3