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)
|
if (is_repeated == false)
|
||||||
kpts.push_back(point);
|
kpts.push_back(pt);
|
||||||
}
|
}
|
||||||
|
|
||||||
//t2 = cv::getTickCount();
|
//t2 = cv::getTickCount();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user