Adds preview functions
This commit is contained in:
+4
-1
@@ -20,7 +20,9 @@ using namespace Magick;
|
||||
|
||||
namespace fs = boost::filesystem;
|
||||
|
||||
//Manager class for
|
||||
//Manager class for descriptors.
|
||||
//Contains functions to load, store, process
|
||||
//all images, descriptors and mutations
|
||||
class DescriptorManager {
|
||||
public:
|
||||
DescriptorManager();
|
||||
@@ -30,6 +32,7 @@ public:
|
||||
void rankImages(string image_name, int method);
|
||||
multiset<pair<unsigned long long, string>> rankMutations(string image_name, int method);
|
||||
void runExperiments();
|
||||
void generatePreviews(string imagename);
|
||||
void outputMap(int a);
|
||||
void outputMap();
|
||||
void outputRank(string imagename, int method);
|
||||
|
||||
Reference in New Issue
Block a user