New init done.
Still needs some testing.
This commit is contained in:
+2
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user