Home
last modified time | relevance | path

Searched refs:quadrangle (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_Fourier.res6 quadrangle 1 standard : L2 error = (0.000570635971061,0) (nb dofs = 441)
7 quadrangle 1 GaussLobatto : L2 error = (0.000570635971062,0) (nb dofs = 441)
8 quadrangle 2 standard : L2 error = (6.59711082351e-06,0) (nb dofs = 1681)
9 quadrangle 2 GaussLobatto : L2 error = (6.59711081243e-06,0) (nb dofs = 1681)
10 quadrangle 3 standard : L2 error = (3.12215137687e-06,0) (nb dofs = 3721)
11 quadrangle 3 GaussLobatto : L2 error = (9.53076055214e-08,0) (nb dofs = 3721)
12 quadrangle 4 standard : L2 error = (7.44687993172e-08,0) (nb dofs = 6561)
13 quadrangle 4 GaussLobatto : L2 error = (1.20062104297e-09,0) (nb dofs = 6561)
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/
H A Dtext_detection.cpp141 const auto& quadrangle = detResults[i]; in main() local
142 CV_CheckEQ(quadrangle.size(), (size_t)4, ""); in main()
144 contours.emplace_back(quadrangle); in main()
148 quadrangle_2f.emplace_back(quadrangle[j]); in main()
156 … putText(frame, recognitionResult, quadrangle[3], FONT_HERSHEY_SIMPLEX, 1.5, Scalar(0, 0, 255), 2); in main()
H A Dscene_text_spotting.cpp118 const auto& quadrangle = detResults[i]; in main() local
119 CV_CheckEQ(quadrangle.size(), (size_t)4, ""); in main()
121 contours.emplace_back(quadrangle); in main()
125 quadrangle_2f.emplace_back(quadrangle[j]); in main()
134 … putText(frame, recognitionResult, quadrangle[3], FONT_HERSHEY_SIMPLEX, 1, Scalar(0, 0, 255), 2); in main()
/dports/math/gap/gap-4.11.0/pkg/fining/examples/include/
H A Dgpolygons_collineations.include27 <generalised quadrangle of order [ 3, 5 ]>
42 <a line in <generalised quadrangle of order [ 3, 5 ]>>
44 <a line in <generalised quadrangle of order [ 3, 5 ]>>
46 <a point in <generalised quadrangle of order [ 3, 5 ]>>
48 <a point in <generalised quadrangle of order [ 3, 5 ]>>
H A Dgpolygons_meet.include19 <generalised quadrangle of order [ 3, 3 ]>
21 <a line in <generalised quadrangle of order [ 3, 3 ]>>
23 <a line in <generalised quadrangle of order [ 3, 3 ]>>
H A Dgpolygons_span.include19 <generalised quadrangle of order [ 3, 3 ]>
21 <a point in <generalised quadrangle of order [ 3, 3 ]>>
23 <a point in <generalised quadrangle of order [ 3, 3 ]>>
H A Dincgeom_underlyingobject.include42 <generalised quadrangle of order [ 2, 2 ]>
44 <a point in <generalised quadrangle of order [ 2, 2 ]>>
48 <a line in <generalised quadrangle of order [ 2, 2 ]>>
/dports/astro/astrometry/astrometry.net-0.85/doc/
H A Dcode.rst83 * looks at pairs of stars A,B forming the "backbone" of the quadrangle, precomputing geometry and d…
88 * select stars that will form the quadrangle (or triangle or pentagon)
110 * given a code match between a field quadrangle and the index,
111 * looks up the index star numbers forming that quadrangle (in the quadfile)
113 * fits a TAN projection to the matched quadrangle
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dpm3d.c55 } quadrangle; typedef
62 static quadrangle* quadrangles = (quadrangle*)0;
352 const quadrangle* q1 = (const quadrangle*)v1; in compare_quadrangles()
353 const quadrangle* q2 = (const quadrangle*)v2; in compare_quadrangles()
380 quadrangle* qp; in pm3d_depth_queue_flush()
381 quadrangle* qe; in pm3d_depth_queue_flush()
581 quadrangles = (quadrangle*)gp_realloc(quadrangles, in pm3d_plot()
582 allocated_quadrangles * sizeof (quadrangle), in pm3d_plot()
863 quadrangle* qp = quadrangles + current_quadrangle; in pm3d_plot()
1192 quadrangle *q; in pm3d_add_quadrangle()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dperspective.dpr365 'an arbitrary quadrangle to another arbitrary quadrangle (with some restrictions). '#13 +
366 'The example demonstrates how to transform a rectangle to a quadrangle defined by '#13 +
368 'the destination quadrangle is concave. Bilinear thansformations give a different '#13 +
369 'result, but remain valid with any shape of the destination quadrangle.'#13#13 +
371 'You can drag the 4 corners of the quadrangle, as well as its boundaries.' +
/dports/editors/lazarus/lazarus/components/aggpas/
H A Dperspective.dpr365 'an arbitrary quadrangle to another arbitrary quadrangle (with some restrictions). '#13 +
366 'The example demonstrates how to transform a rectangle to a quadrangle defined by '#13 +
368 'the destination quadrangle is concave. Bilinear thansformations give a different '#13 +
369 'result, but remain valid with any shape of the destination quadrangle.'#13#13 +
371 'You can drag the 4 corners of the quadrangle, as well as its boundaries.' +
/dports/editors/lazarus-qt5/lazarus/components/aggpas/
H A Dperspective.dpr365 'an arbitrary quadrangle to another arbitrary quadrangle (with some restrictions). '#13 +
366 'The example demonstrates how to transform a rectangle to a quadrangle defined by '#13 +
368 'the destination quadrangle is concave. Bilinear thansformations give a different '#13 +
369 'result, but remain valid with any shape of the destination quadrangle.'#13#13 +
371 'You can drag the 4 corners of the quadrangle, as well as its boundaries.' +
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/
H A Dperspective.dpr365 'an arbitrary quadrangle to another arbitrary quadrangle (with some restrictions). '#13 +
366 'The example demonstrates how to transform a rectangle to a quadrangle defined by '#13 +
368 'the destination quadrangle is concave. Bilinear thansformations give a different '#13 +
369 'result, but remain valid with any shape of the destination quadrangle.'#13#13 +
371 'You can drag the 4 corners of the quadrangle, as well as its boundaries.' +
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dpm3d.c55 } quadrangle; typedef
68 static quadrangle* quadrangles = (quadrangle*)0;
87 static void illuminate_one_quadrangle( quadrangle *q );
349 const quadrangle* q1 = (const quadrangle*)v1; in compare_quadrangles()
350 const quadrangle* q2 = (const quadrangle*)v2; in compare_quadrangles()
377 quadrangle* qp; in pm3d_depth_queue_flush()
378 quadrangle* qe; in pm3d_depth_queue_flush()
590 quadrangles = (quadrangle*)gp_realloc(quadrangles, in pm3d_plot()
591 allocated_quadrangles * sizeof (quadrangle), in pm3d_plot()
1143 quadrangle *q; in pm3d_add_polygon()
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dpm3d.c55 } quadrangle; typedef
68 static quadrangle* quadrangles = (quadrangle*)0;
87 static void illuminate_one_quadrangle( quadrangle *q );
349 const quadrangle* q1 = (const quadrangle*)v1; in compare_quadrangles()
350 const quadrangle* q2 = (const quadrangle*)v2; in compare_quadrangles()
377 quadrangle* qp; in pm3d_depth_queue_flush()
378 quadrangle* qe; in pm3d_depth_queue_flush()
590 quadrangles = (quadrangle*)gp_realloc(quadrangles, in pm3d_plot()
591 allocated_quadrangles * sizeof (quadrangle), in pm3d_plot()
1143 quadrangle *q; in pm3d_add_polygon()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/dev/
H A DIntegrationMethod.tex207 quadrangle & Q1 to Q4 & \\
382 quadrangle& $1$& Gauss-Legendre $1$& $1$\\
383 quadrangle& $2,3$& Gauss-Legendre $3$& $4$\\
384 quadrangle& $4,5$& symmetrical Gauss $5$& $8$\\
385 quadrangle& $6,7$& symmetrical Gauss $7$& $12$\\
386 quadrangle& $7,9$& symmetrical Gauss $9$& $20$\\
387 quadrangle& $10,11$& symmetrical Gauss $11$& $28$\\
388 quadrangle& $12,13$& symmetrical Gauss $13$& $37$\\
389 quadrangle& $14,15$& symmetrical Gauss $15$& $48$\\
390 quadrangle& $16,17$& symmetrical Gauss $17$& $60$\\
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tests/thrusection/specific/
H A DF272 # top quadrangle
106 # bottom quadrangle
H A DM636 # top quadrangle
70 # bottom quadrangle
H A DN236 # top quadrangle
70 # bottom quadrangle
H A DN336 # top quadrangle
70 # bottom quadrangle
H A DE670 # top quadrangle
104 # bottom quadrangle
H A DE772 # top quadrangle
106 # bottom quadrangle
H A DE970 # top quadrangle
104 # bottom quadrangle
H A DM736 # top quadrangle
70 # bottom quadrangle
H A DM836 # top quadrangle
70 # bottom quadrangle

12345678910>>...16