ConcentricRakeReport
Information describing the concentric rake used by the function and the edges the function calculated with the concentric rake.
Elements
Name | Type | Description |
---|---|---|
rakeArcs | ArcInfo* | An array containing the location of each concentric arc line used for edge detection. |
numArcs | int | The number of arc lines in the rakeArcs array. |
firstEdges | PointFloat* | The coordinate location of all edges detected as first edges. |
numFirstEdges | int | The number of points in the first edges array. |
lastEdges | PointFloat* | The coordinate location of all edges detected as last edges. |
numLastEdges | int | The number of points in the last edges array. |
allEdges | EdgeLocationReport* | An array of reports describing the location of the edges located by each concentric rake arc line. |
linesWithEdges | int* | An array of indices into the rakeArcs array indicating the concentric rake arc lines on which the function detected at least one edge. |
numLinesWithEdges | int | The number of concentric rake arc lines along which the function detected edges. This number represents the size of the lineWithEdges array and the number of EdgeLocationReports in the allEdges array. |