Skip to content

Commit

Permalink
saved the last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Erika committed Jan 27, 2025
1 parent 08e3c00 commit 7c1a164
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions depthmap/depthmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion depthmap/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions relight-pano/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7c1a164

Please sign in to comment.