New init done.

Still needs some testing.
This commit is contained in:
Mark Hoekveen
2018-10-10 14:50:12 +02:00
parent 06aa50e3b4
commit d0cbf6b420
2 changed files with 27 additions and 17 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ private:
static const int numMutations = 7;
//TODO: automagically update this?
map<string, bitset<64>> descriptors[numDescriptors]; //array of maps that will hold the descriptors
map<string, bitset<64>> features[numDescriptors]; //array of maps that will hold the descriptors
map<string, bitset<64>> mutatedFeatures[numDescriptors][numMutations];
multiset<pair<unsigned long long, string> > distances; //multiset that stores the distances
fs::path img_path; //where the images are
Descriptor* descriptor_types[numDescriptors];