Home
last modified time | relevance | path

Searched refs:numrho (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/cuda/
H A Dhough_lines.cu60 … int* list, const int count, PtrStepi accum, const float irho, const float theta, const int numrho) in linesAccumGlobal() argument
71 const int shift = (numrho - 1) / 2; in linesAccumGlobal()
88 … int* list, const int count, PtrStepi accum, const float irho, const float theta, const int numrho) in linesAccumShared() argument
92 for (int i = threadIdx.x; i < numrho + 1; i += blockDim.x) in linesAccumShared()
106 const int shift = (numrho - 1) / 2; in linesAccumShared()
124 for (int i = threadIdx.x; i < numrho + 1; i += blockDim.x) in linesAccumShared()
147 …axSize, const float rho, const float theta, const int threshold, const int numrho, int* counterPtr) in linesGetResult() argument
163 const float radius = (r - (numrho - 1) * 0.5f) * rho; in linesGetResult()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dhough.cpp87 for(int r = 0; r < numrho; r++ ) in findLocalMaximums()
90 int base = (n+1) * (numrho+2) + r+1; in findLocalMaximums()
93 accum[base] > accum[base - numrho - 2] && accum[base] >= accum[base + numrho + 2] ) in findLocalMaximums()
182 r += (numrho - 1) / 2; in HoughLinesStandard()
195 double scale = 1./(numrho+2); in HoughLinesStandard()
204 int r = idx - (n+1)*(numrho+2) - 1; in HoughLinesStandard()
205 line.rho = (r - (numrho - 1)*0.5f) * rho; in HoughLinesStandard()
565 r += (numrho - 1) / 2; in HoughLinesProbabilistic()
976 accum[(n+1) * (numrho+2) + r+1]++; in HoughLinesPointSet()
987 double scale = 1./(numrho+2); in HoughLinesPointSet()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaimgproc/src/
H A Dhough_segments.cpp170 const int numrho = cvRound(((src.cols + src.rows) * 2 + 1) / rho_); in detect() local
171 CV_Assert( numangle > 0 && numrho > 0 ); in detect()
173 ensureSizeIsEnough(numangle + 2, numrho + 2, CV_32SC1, accum_); in detect()
H A Dhough_lines.cpp163 const int numrho = cvRound(((src.cols + src.rows) * 2 + 1) / rho_); in detect() local
164 CV_Assert( numangle > 0 && numrho > 0 ); in detect()
166 ensureSizeIsEnough(numangle + 2, numrho + 2, CV_32SC1, accum_); in detect()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A Dhough_lines.cl61 int total_points, float irho, float theta, int numrho, int numangle)
73 const int shift = (numrho - 1) / 2;
93 int total_points, float irho, float theta, int numrho, int numangle)
112 const int shift = (numrho - 1) / 2;
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/number_fields/quadratic_order/
H A Dqo_sieve.cc1944 static int numrho = 0; in next_polynomial() local
1947 if (Delta.is_gt_zero() && last_A.is_equal(A) && (numrho < 100)) { in next_polynomial()
1949 ++numrho; in next_polynomial()
1957 numrho = 0; in next_polynomial()
1967 numrho = 0; in next_polynomial()