Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp1119 Mat values_3 = Mat::zeros(16, options.descriptor_channels, CV_32FC1); in Get_Upright_MLDB_Full_Descriptor() local
1285 *(values_3.ptr<float>(dcount2)) = di; in Get_Upright_MLDB_Full_Descriptor()
1286 *(values_3.ptr<float>(dcount2)+1) = dx; in Get_Upright_MLDB_Full_Descriptor()
1287 *(values_3.ptr<float>(dcount2)+2) = dy; in Get_Upright_MLDB_Full_Descriptor()
1296 if (*(values_3.ptr<float>(i)) > *(values_3.ptr<float>(j))) { in Get_Upright_MLDB_Full_Descriptor()
1301 if (*(values_3.ptr<float>(i)+1) > *(values_3.ptr<float>(j)+1)) { in Get_Upright_MLDB_Full_Descriptor()
1306 if (*(values_3.ptr<float>(i)+2) > *(values_3.ptr<float>(j)+2)) { in Get_Upright_MLDB_Full_Descriptor()