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... | |
A set of parameters that stores the result from an edge detection.
EdgeDetectionResult | ( | int[] | scanLineIndices, |
double[] | edgeIndices, | ||
int | numProfiles, | ||
int | numEdgesPerProfile | ||
) |
Creates new EdgeDetectionResult.
scanLineIndices | Array that holds the indices of the scan lines |
edgeIndices | Array that holds the indices of the edges for each scan line |
numProfiles | Number of scan lines where edges are correctly detected> |
numEdgesPerProfile | Number of edges per scan line |