|
def | layout.algo (p) |
|
def | layout.assign_orebro_direction (comp, walls) |
|
def | layout.classification_surface (vertices, cells, threshold) |
|
def | layout.cluster_ang (h, min_offset, walls, num_min=3, min_lenght=3, diagonals=True) |
|
def | layout.clustering_dbscan_cells (eps, min_samples, X) |
|
def | layout.compute_clustering (matrix) |
|
def | layout.create_matrices (cells, sigma=0.00000125, val=0) |
|
def | layout.create_polygon (cells, cells_out, cells_partial) |
|
def | layout.create_space (clusters_cells, cells, polygon_cells) |
|
def | layout.create_walls (lines) |
|
def | layout.DB_scan (eps, min_points, X, celle_poligoni) |
|
def | layout.extend_line (spatial_clusters, walls, x_min, x_max, y_min, y_max) |
|
def | layout.external_contour (img_rgb) |
|
def | layout.flip_lines (lines, height) |
|
def | layout.get_distance_matrix (walls, minLateralSeparation=7) |
|
def | layout.get_out_polygons (cells_out) |
|
def | layout.get_partial_cells (cells, cells_out, border_coordinates) |
|
def | layout.get_representatives (walls, wall_cluster) |
|
def | layout.get_wall_clusters (walls, angular_clusters) |
|
def | layout.merge_cells (clusters, cells, polygon_cells) |
|
def | layout.new_spatial_cluster (walls, representatives_segments, param_obj) |
|
def | layout.set_cluster_spaziale_to_outliers (walls, outliers, representatives_segments, lateral_threshold) |
|
def | layout.set_weight_offset (extended_segments, x_max, x_min, y_max, y_min) |
|
def | layout.sort_and_deduplicate (l) |
|
def | layout.start_canny_and_hough (image, param_obj) |
|
def | layout.uniq (lst) |
|