Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dorb.cpp215 const std::vector<float>& layerScale, std::vector<KeyPoint>& keypoints, in computeOrbDescriptors() argument
225 float scale = 1.f/layerScale[kpt.octave]; in computeOrbDescriptors()
746 const std::vector<float>& layerScale, in uploadORBKeypoints() argument
754 float scale = 1.f/layerScale[z]; in uploadORBKeypoints()
773 const std::vector<float>& layerScale, in computeKeyPoints() argument
842 float sf = layerScale[level]; in computeKeyPoints()
931 float scale = layerScale[allKeypoints[i].octave]; in computeKeyPoints()
996 std::vector<float> layerScale(nLevels); in detectAndCompute() local
1007 layerScale[level] = scale; in detectAndCompute()
1084 layerInfo, ulayerInfo, layerScale, keypoints, in detectAndCompute()
[all …]