Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dmatchers.cpp85 int max_desc_len = 0; in ocl_matchSingle() local
88 max_desc_len = 64 / kercn; in ocl_matchSingle()
90 max_desc_len = 128 / kercn; in ocl_matchSingle()
95 …PE(depth, kercn)), kercn, depth == CV_32F ? "-D T_FLOAT" : "", distType, block_size, max_desc_len); in ocl_matchSingle()
185 int max_desc_len = 0; in ocl_knnMatchSingle() local
188 max_desc_len = 64 / kercn; in ocl_knnMatchSingle()
190 max_desc_len = 128 / kercn; in ocl_knnMatchSingle()
195 …PE(depth, kercn)), kercn, depth == CV_32F ? "-D T_FLOAT" : "", distType, block_size, max_desc_len); in ocl_knnMatchSingle()