ConcentricRakeReport2
Information describing the concentric rake used by the function and the edges the function calculated with the concentric rake.
Elements
Name | Type | Description |
---|---|---|
firstEdges | EdgeInfo* | The first edge point detected along each search line in the ROI. |
numFirstEdges | unsigned int | The number of points in the firstEdges array. |
lastEdges | EdgeInfo* | The last edge point detected along each search line in the ROI. |
numLastEdges | unsigned int | The number of points in the lastEdges array. |
searchArcs | SearchArcInfo* | Contains the arcs used for edge detection and the edge information for each arc. |
numSearchArcs | unsigned int | The number of arcs in the searchArcs array. |