Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/
H A Dperf_houghlines.cpp22 double thetaStep = get<2>(GetParam()); variable
83 double thetaStep = get<2>(GetParam()); variable
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/perf/opencl/
H A Dperf_houghlines.cpp36 double thetaStep = get<2>(GetParam()); variable
72 double thetaStep = get<2>(GetParam()); variable
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/snippets/
H A Dimgproc_HoughLinesPointSet.cpp26 double thetaMin = 0.0f, thetaMax = CV_PI / 2.0f, thetaStep = CV_PI / 180.0f; in main() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/ocl/
H A Dtest_houghlines.cpp29 double rhoStep, thetaStep; in PARAM_TEST_CASE() local
111 double rhoStep, thetaStep, minLineLength, maxGap; in PARAM_TEST_CASE() local
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/test/
H A Dtest_houghlines.cpp115 double thetaStep; member in opencv_test::__anonc806e8800111::BaseHoughLineTest
159 double thetaMin, thetaMax, thetaStep; member in opencv_test::__anonc806e8800111::HoughLinesPointSetTest
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestQuadraticPolygonFilters.cxx59 double thetaStep = 4.0 * vtkMath::Pi() / npts; in TestQuadraticPolygonFilters() local
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestQuadraticPolygonFilters.cxx59 double thetaStep = 4.0 * vtkMath::Pi() / npts; in TestQuadraticPolygonFilters() local
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestQuadraticPolygonFilters.cxx59 double thetaStep = 4.0 * vtkMath::Pi() / npts; in TestQuadraticPolygonFilters() local
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tgl/
H A Dtgl.cpp46 double thetaStep; in computeSlices() local
/dports/science/cdk/cdk-cdk-2.3/tool/sdg/src/main/java/org/openscience/cdk/layout/
H A DAtomPlacer.java516 final double thetaStep, in populatePolygonCorners()
/dports/math/R-cran-lme4/lme4/R/
H A Dlmer.R2625 thetaStep <- 0.1 functionVar