Commit f9d3c490 authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Bugfix: wrong variable name

parent f9422f60
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment