diff --git a/depthmap/depthmap.cpp b/depthmap/depthmap.cpp index 749c0db..bc09ce5 100644 --- a/depthmap/depthmap.cpp +++ b/depthmap/depthmap.cpp @@ -1025,6 +1025,9 @@ void OrthoDepthmap::beginIntegration(){ } #endif } + //foto von bilinear, se non funziona riduci le dimensione x4 con image magik a parte con for + // guarda quanto รจ un pixel. scali la depth anche dell rti, con image magik + // elevation.clear(); // elevation.resize(width * height, 0); weights.clear(); diff --git a/depthmap/main.cpp b/depthmap/main.cpp index 5a5794a..aa7dbb5 100644 --- a/depthmap/main.cpp +++ b/depthmap/main.cpp @@ -19,7 +19,7 @@ int main(int argc, char *argv[]) { //input #define MACOS 1 #ifdef MACOS - QString base = "/Users/erika/Desktop/testRelightMicMac/"; + QString base = "/Users/erika/Desktop/testcenterRel_resize/"; #else QString base = ""; #endif diff --git a/relight-pano/main.cpp b/relight-pano/main.cpp index 7f190c1..b7df551 100644 --- a/relight-pano/main.cpp +++ b/relight-pano/main.cpp @@ -56,6 +56,7 @@ int main(int argc, char *argv[]) "starting step (rti, tapioca, )", "rti"); parser.addOption(stepOption); + QCommandLineOption stopOption(QStringList() << "S" << "stop", "stop after first step"); parser.addOption(stopOption);