RakeReport2
Information describing the rake used by the function and the edges the function calculated with the 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. |
searchLines | SearchLineInfo* | The search lines used for edge detection. |
numSearchLines | unsigned int | The number of search lines used in the edge detection. |