Refactor caching
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user