A set of parameters that stores the result from an edge detection. More...
Inherits object.
Properties | |
| edge_indices = property | |
| List[float]: Array that holds the indices of edges for each scan line. More... | |
| num_edges_per_profile = property | |
| int: Number of edges per scan line. More... | |
| num_profiles = property | |
| int: Number of scan lines where edges are correctly detected. More... | |
| scan_line_indices = property | |
| List[int]: Array that holds the indices of the scan lines. More... | |
A set of parameters that stores the result from an edge detection.
|
static |
List[float]: Array that holds the indices of edges for each scan line.
|
static |
int: Number of edges per scan line.
|
static |
int: Number of scan lines where edges are correctly detected.
|
static |
List[int]: Array that holds the indices of the scan lines.