Bugfix: wrong variable name

This commit is contained in:
Ievgen Khvedchenia 2014-04-28 15:14:03 +03:00
parent f9422f60a6
commit f9d3c49023

View File

@ -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();