Home
last modified time | relevance | path

Searched refs:pointsCount (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/modules/cudaimgproc/src/cuda/
Dgeneralized_hough.cu168 …al__ void buildRTable(const unsigned int* coordList, const float* thetaList, const int pointsCount, in buildRTable() argument
174 if (tid >= pointsCount) in buildRTable()
190 void buildRTable_gpu(const unsigned int* coordList, const float* thetaList, int pointsCount, in buildRTable_gpu() argument
195 const dim3 grid(divUp(pointsCount, block.x)); in buildRTable_gpu()
199 …buildRTable<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, r_table.cols, te… in buildRTable_gpu()
208 … Ballard_Pos_calcHist(const unsigned int* coordList, const float* thetaList, const int pointsCount, in Ballard_Pos_calcHist() argument
215 if (tid >= pointsCount) in Ballard_Pos_calcHist()
241 …id Ballard_Pos_calcHist_gpu(const unsigned int* coordList, const float* thetaList, int pointsCount, in Ballard_Pos_calcHist_gpu() argument
247 const dim3 grid(divUp(pointsCount, block.x)); in Ballard_Pos_calcHist_gpu()
252 …Ballard_Pos_calcHist<<<grid, block>>>(coordList, thetaList, pointsCount, r_table, r_sizes, hist, i… in Ballard_Pos_calcHist_gpu()
[all …]
/external/opencv3/modules/features2d/test/
Dtest_nearestneighbors.cpp89 int pointsCount = 1000; in checkFind() local
93 Mat points( pointsCount, dims, CV_32FC1 ); in checkFind()
94 Mat results( pointsCount, K, CV_32SC1 ); in checkFind()
96 std::vector<int> fmap( pointsCount ); in checkFind()
97 for( int pi = 0; pi < pointsCount; pi++ ) in checkFind()
110 for( int pi = 0; pi < pointsCount; pi++ ) in checkFind()
116 double correctPerc = correctMatches / (double)pointsCount; in checkFind()
/external/opencv3/modules/calib3d/test/
Dtest_modelest.cpp119 int pointsCount = cvtest::randInt(rng) % maxPointsCount;
120 usedPointsCount = pointsCount == 0 ? 0 : cvtest::randInt(rng) % pointsCount;
122 sizes[INPUT][0] = cvSize(1, pointsCount);
Dtest_stereomatching.cpp276 int pointsCount = sz.height*sz.width; in dispRMS() local
280 pointsCount = countNonZero(mask); in dispRMS()
282 …return 1.f/sqrt((float)pointsCount) * (float)cvtest::norm(computedDisp, groundTruthDisp, NORM_L2, … in dispRMS()
299 int pointsCount = sz.height*sz.width; in badMatchPxlsFraction() local
304 pointsCount = countNonZero(mask); in badMatchPxlsFraction()
306 return 1.f/pointsCount * countNonZero(badPxlsMap); in badMatchPxlsFraction()
Dtest_solvepnp_ransac.cpp160 const int pointsCount = 500; in run() local
161 points.resize(pointsCount); in run()
Dtest_cameracalibration.cpp1529 const int pointsCount = 500; in run() local
1533 Mat projectedPoints_1(2, pointsCount, CV_32FC1); in run()
1534 Mat projectedPoints_2(2, pointsCount, CV_32FC1); in run()
1535 Mat disparities(1, pointsCount, CV_32FC1); in run()
1559 …if (cvtest::norm(triangulatedPoints, reprojectedPoints, NORM_L2) / sqrt((double)pointsCount) > req… in run()
/external/opencv3/modules/cudaimgproc/src/
Dhough_segments.cpp149 const int pointsCount = buildPointList_gpu(src, srcPoints); in detect() local
150 if (pointsCount == 0) in detect()
164 …linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
Dhough_lines.cpp145 const int pointsCount = buildPointList_gpu(src, srcPoints); in detect() local
146 if (pointsCount == 0) in detect()
160 …linesAccum_gpu(srcPoints, pointsCount, accum_, rho_, theta_, devInfo.sharedMemPerBlock(), devInfo.… in detect()
Dhough_circles.cpp190 const int pointsCount = buildPointList_gpu(edges_, srcPoints); in detect() local
191 if (pointsCount == 0) in detect()
200 … circlesAccumCenters_gpu(srcPoints, pointsCount, dx_, dy_, accum_, minRadius_, maxRadius_, idp); in detect()
298 …int circlesCount = circlesAccumRadius_gpu(centers, centersCount, srcPoints, pointsCount, result_.p… in detect()
Dgeneralized_hough.cpp62 void buildRTable_gpu(const unsigned int* coordList, const float* thetaList, int pointsCount,
66 …id Ballard_Pos_calcHist_gpu(const unsigned int* coordList, const float* thetaList, int pointsCount,
74 …l_buildTemplFeatureList_gpu(const unsigned int* coordList, const float* thetaList, int pointsCount,
78 …l_buildImageFeatureList_gpu(const unsigned int* coordList, const float* thetaList, int pointsCount,
665 …ypedef void (*build_func_t)(const unsigned int* coordList, const float* thetaList, int pointsCount,
/external/opencv3/modules/video/perf/opencl/
Dperf_optflow_pyrlk.cpp84 const int pointsCount = get<0>(params); variable
87 goodFeaturesToTrack(frame0, pts, pointsCount, 0.01, 0.0);
/external/opencv3/modules/ml/test/
Dtest_emknearestkmeans.cpp231 int pointsCount = sizesArr[0]+ sizesArr[1] + sizesArr[2]; in run() local
233 Mat data( pointsCount, 2, CV_32FC1 ), labels; in run()
272 for( int i = 0; i < 0.5f * pointsCount; i++ ) in run()
273 bestLabels.at<int>( rng.next() % pointsCount, 0 ) = rng.next() % 3; in run()
300 int pointsCount = sizesArr[0]+ sizesArr[1] + sizesArr[2]; in run() local
303 Mat trainData( pointsCount, 2, CV_32FC1 ), trainLabels; in run()
311 Mat testData( pointsCount, 2, CV_32FC1 ), testLabels, bestLabels; in run()
448 int pointsCount = sizesArr[0]+ sizesArr[1] + sizesArr[2]; in run() local
456 Mat trainData( pointsCount, 2, CV_64FC1 ), trainLabels; in run()
461 Mat testData( pointsCount, 2, CV_64FC1 ), testLabels; in run()
/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp75 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount in AddLines() argument
76 for (const D2D1_POINT_2F *end = &points[pointsCount]; points < end; ++points) { in AddLines()
DSkDWriteGeometrySink.h38 void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) override;