diff --git a/modules/features2d/src/akaze/AKAZE.cpp b/modules/features2d/src/akaze/AKAZE.cpp index 94b50eb562..75c1fc6515 100644 --- a/modules/features2d/src/akaze/AKAZE.cpp +++ b/modules/features2d/src/akaze/AKAZE.cpp @@ -422,7 +422,7 @@ void AKAZEFeatures::Find_Scale_Space_Extrema(std::vector& kpts) { } if (is_repeated == false) - kpts.push_back(point); + kpts.push_back(pt); } //t2 = cv::getTickCount();