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