Refactoring for the ages
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user