Refactoring for the ages

This commit is contained in:
2019-06-23 21:30:08 +02:00
parent 997ea91cb4
commit 8a78f03814
5 changed files with 189 additions and 376 deletions
+5 -4
View File
@@ -23,8 +23,8 @@ using namespace Magick;
int main(int argc, char **argv) {
string imagename = "spook.jpg";
int method = 6;
string imagename = "im3102.jpg";
int method = 0;
int count = 1000;
if (argc > 2) {
method = atoi(argv[2]);
@@ -43,8 +43,9 @@ int main(int argc, char **argv) {
//smanager->generatePreviews(imagename);
//cout << "Intializing..." << endl;
manager->Init();
cout << endl;
manager->outputMap();
//cout << endl;
//manager->outputMap();
//manager->outputRank(imagename, method);
//cout << "done!" << endl;
// manager->runExperiments();