1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Fix missing angles in AKAZE keypoints

This commit is contained in:
Vladislav Sovrasov
2016-12-12 12:25:57 +03:00
parent beea04cc89
commit 4a3da1c4ed
4 changed files with 34 additions and 0 deletions
+2
View File
@@ -200,6 +200,8 @@ namespace cv
if (!useProvidedKeypoints)
{
impl.Feature_Detection(keypoints);
if( !descriptors.needed() )
impl.Compute_Keypoints_Orientation(keypoints);
}
if (!mask.empty())