Searched refs:tIdx (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/features2d/test/ocl/
H A Dtest_brute_force_matcher.cpp98 int tIdx = qIdx * countFactor + c; local
99 cv::Mat trainDescriptor = trainBuf.row(tIdx);
/external/opencv3/modules/cudaimgproc/src/cuda/
H A Dgeneralized_hough.cu573 const int tIdx = blockIdx.x;
578 if (tIdx < tSize)
582 const float t_p1_theta = TemplFeatureTable::p1_theta(level)[tIdx];
632 const int tIdx = blockIdx.x;
637 if (tIdx < tSize)
641 const float t_p1_theta = TemplFeatureTable::p1_theta(level)[tIdx] + angle;
642 const float t_d12 = TemplFeatureTable::d12(level)[tIdx] + angle;
692 const int tIdx = blockIdx.x;
697 if (tIdx < tSize)
701 const float t_p1_theta = TemplFeatureTable::p1_theta(level)[tIdx]
[all...]
/external/opencv3/modules/features2d/perf/
H A Dperf_batchDistance.cpp159 int tIdx = qIdx * countFactor + c; local
160 Mat trainDescriptor = train.row(tIdx);
/external/opencv3/modules/features2d/test/
H A Dtest_matchers_algorithmic.cpp183 int tIdx = qIdx * countFactor + c; local
184 Mat trainDescriptor = train.row(tIdx);
/external/opencv3/modules/cudafeatures2d/test/
H A Dtest_features2d.cpp272 int tIdx = qIdx * countFactor + c; local
273 cv::Mat trainDescriptor = trainBuf.row(tIdx);

Completed in 1692 milliseconds