CVB.Net 14.0
EdgeDetectionResult Struct Reference

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

Public Member Functions

 EdgeDetectionResult (int[] scanLineIndices, double[] edgeIndices, int numProfiles, int numEdgesPerProfile)
 Creates new EdgeDetectionResult. More...
 

Properties

int[] ScanLineIndices [get]
 Array that holds the indices of the scan lines.
 
double[] EdgeIndices [get]
 Array that holds the indices of the edges for each scan line.
 
int NumProfiles [get]
 Number of scan lines where edges are correctly detected.
 
int NumEdgesPerProfile [get]
 Number of edges per scan line.
 

Detailed Description

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

Constructor & Destructor Documentation

◆ EdgeDetectionResult()

EdgeDetectionResult ( int[]  scanLineIndices,
double[]  edgeIndices,
int  numProfiles,
int  numEdgesPerProfile 
)

Creates new EdgeDetectionResult.

Parameters
scanLineIndicesArray that holds the indices of the scan lines
edgeIndicesArray that holds the indices of the edges for each scan line
numProfilesNumber of scan lines where edges are correctly detected>
numEdgesPerProfileNumber of edges per scan line