Home
last modified time | relevance | path

Searched defs:MyArc (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Dedge_drawing_common.hpp255 struct MyArc { struct
256 double xc, yc, r; // center x, y and radius
257 double circleFitError; // Error during circle fit
259 double sTheta, eTheta; // Start & end angle in radius
262 int turn; // Turn direction: 1 or -1
264 int segmentNo; // SegmentNo where this arc belongs
266 int sx, sy; // Start (x, y) coordinate
267 int ex, ey; // End (x, y) coordinate of the arc
269 double *x, *y; // Pointer to buffer containing the pixels making up this arc
270 int noPixels; // # of pixels making up the arc
[all …]