Home
last modified time | relevance | path

Searched refs:trainBuf (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/test/ocl/
Dtest_brute_force_matcher.cpp78 cv::Mat queryBuf, trainBuf; in PARAM_TEST_CASE() local
91 trainBuf.create(queryDescCount * countFactor, dim, CV_32FC1); in PARAM_TEST_CASE()
99 cv::Mat trainDescriptor = trainBuf.row(tIdx); in PARAM_TEST_CASE()
108 trainBuf.convertTo(train, CV_32F); in PARAM_TEST_CASE()
/external/opencv3/modules/cudafeatures2d/test/
Dtest_features2d.cpp252 cv::Mat queryBuf, trainBuf; in PARAM_TEST_CASE() local
265 trainBuf.create(queryDescCount * countFactor, dim, CV_32FC1); in PARAM_TEST_CASE()
273 cv::Mat trainDescriptor = trainBuf.row(tIdx); in PARAM_TEST_CASE()
282 trainBuf.convertTo(train, CV_32F); in PARAM_TEST_CASE()