Adds DCTMedian

Probably DCT Average would work better..
This commit is contained in:
Mark Hoekveen
2018-06-30 15:36:07 +02:00
parent dba94c125e
commit 8b4035eed1
3 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public:
void outputMap(int a);
void outputMap();
private:
static const int numDescriptors = 7; //TODO: automagically update this?
static const int numDescriptors = 8; //TODO: automagically update this?
map<string, bitset<64>> descriptors[numDescriptors]; //array of maps that will hold the descriptors
fs::path img_path; //where the images are
Descriptor* descriptor_types[numDescriptors];