Properties | List of all members
EdgeDetectionResult Class Reference

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...
 

Detailed Description

A set of parameters that stores the result from an edge detection.

Property Documentation

◆ edge_indices

edge_indices = property
static

List[float]: Array that holds the indices of edges for each scan line.

◆ num_edges_per_profile

num_edges_per_profile = property
static

int: Number of edges per scan line.

◆ num_profiles

num_profiles = property
static

int: Number of scan lines where edges are correctly detected.

◆ scan_line_indices

scan_line_indices = property
static

List[int]: Array that holds the indices of the scan lines.