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