Fixed state identification missing from output

This commit is contained in:
Matt Hill
2014-10-23 18:24:29 -04:00
parent a831b19c96
commit dc65be8c32
4 changed files with 13 additions and 8 deletions

View File

@@ -288,6 +288,7 @@ RecognitionResult FeatureMatcher::recognize( const Mat& queryImg, bool drawOnIma
RecognitionResult result;
result.haswinner = false;
result.confidence = 0;
Mat queryDescriptors;
vector<KeyPoint> queryKeypoints;