Adds DCTMedian
Probably DCT Average would work better..
This commit is contained in:
+1
-1
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user