Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/kaze/
DAKAZEFeatures.cpp1118 Mat values_2 = Mat::zeros(9, options.descriptor_channels, CV_32FC1); in Get_Upright_MLDB_Full_Descriptor() local
1223 *(values_2.ptr<float>(dcount2)) = di; in Get_Upright_MLDB_Full_Descriptor()
1224 *(values_2.ptr<float>(dcount2)+1) = dx; in Get_Upright_MLDB_Full_Descriptor()
1225 *(values_2.ptr<float>(dcount2)+2) = dy; in Get_Upright_MLDB_Full_Descriptor()
1234 if (*(values_2.ptr<float>(i)) > *(values_2.ptr<float>(j))) { in Get_Upright_MLDB_Full_Descriptor()
1239 if (*(values_2.ptr<float>(i)+1) > *(values_2.ptr<float>(j)+1)) { in Get_Upright_MLDB_Full_Descriptor()
1244 if (*(values_2.ptr<float>(i)+2) > *(values_2.ptr<float>(j)+2)) { in Get_Upright_MLDB_Full_Descriptor()