mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Bugfix: wrong variable name
This commit is contained in:
parent
f9422f60a6
commit
f9d3c49023
@ -422,7 +422,7 @@ void AKAZEFeatures::Find_Scale_Space_Extrema(std::vector<cv::KeyPoint>& kpts) {
|
||||
}
|
||||
|
||||
if (is_repeated == false)
|
||||
kpts.push_back(point);
|
||||
kpts.push_back(pt);
|
||||
}
|
||||
|
||||
//t2 = cv::getTickCount();
|
||||
|
Loading…
Reference in New Issue
Block a user