Global image counting

Is useful later for when we want to know our progress
This commit is contained in:
Mark Hoekveen
2019-03-03 11:20:18 +01:00
parent aed05f694c
commit aa31c1f513
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ private:
//TODO: automagically update this?
bool initialized = false;
int numImages;
map<string, bitset<64>> features[numDescriptors]; //array of maps that will hold the descriptors
map<string, bitset<64>> mutatedFeatures[numDescriptors][numMutations];