Refactor caching

This commit is contained in:
2019-05-31 13:32:03 +02:00
parent 72da7f7df8
commit 826af62605
2 changed files with 53 additions and 22 deletions
+2
View File
@@ -44,6 +44,8 @@ public:
DescriptorManager(const fs::path & image_path);
~DescriptorManager();
void Init();
void SaveFeatures();
void LoadFeatures();
void rankImages(string image_name, int method);
multiset<pair<unsigned long long, string>> rankMutations(string image_name, int method);
void runExperiments();