Bugfix: wrong variable name

pull/2673/head
Ievgen Khvedchenia 11 years ago
parent f9422f60a6
commit f9d3c49023
  1. 2
      modules/features2d/src/akaze/AKAZE.cpp

@ -422,7 +422,7 @@ void AKAZEFeatures::Find_Scale_Space_Extrema(std::vector<cv::KeyPoint>& kpts) {
} }
if (is_repeated == false) if (is_repeated == false)
kpts.push_back(point); kpts.push_back(pt);
} }
//t2 = cv::getTickCount(); //t2 = cv::getTickCount();

Loading…
Cancel
Save