Searched refs:newAllKeypoints (Results 1 – 1 of 1) sorted by relevance
882 std::vector<KeyPoint> newAllKeypoints; in computeKeyPoints() local883 newAllKeypoints.reserve(nfeaturesPerLevel[0]*nlevels); in computeKeyPoints()899 std::copy(keypoints.begin(), keypoints.end(), std::back_inserter(newAllKeypoints)); in computeKeyPoints()901 std::swap(allKeypoints, newAllKeypoints); in computeKeyPoints()