Searched refs:layerScale (Results 1 – 1 of 1) sorted by relevance
215 const std::vector<float>& layerScale, std::vector<KeyPoint>& keypoints, in computeOrbDescriptors() argument225 float scale = 1.f/layerScale[kpt.octave]; in computeOrbDescriptors()746 const std::vector<float>& layerScale, in uploadORBKeypoints() argument754 float scale = 1.f/layerScale[z]; in uploadORBKeypoints()773 const std::vector<float>& layerScale, in computeKeyPoints() argument842 float sf = layerScale[level]; in computeKeyPoints()931 float scale = layerScale[allKeypoints[i].octave]; in computeKeyPoints()996 std::vector<float> layerScale(nLevels); in detectAndCompute() local1007 layerScale[level] = scale; in detectAndCompute()1084 layerInfo, ulayerInfo, layerScale, keypoints, in detectAndCompute()[all …]