fixed feature detector/descriptor not updated after loading a session

This commit is contained in:
matlabbe 2018-09-06 17:51:11 -04:00
parent eefd6c6ff6
commit c6cf667645

View File

@ -99,6 +99,8 @@ bool FindObject::loadSession(const QString & path, const ParametersMap & customP
} }
} }
updateDetectorExtractor();
// load vocabulary // load vocabulary
vocabulary_->load(in); vocabulary_->load(in);