Skip to content

Commit

Permalink
fixed class structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Erika committed Dec 20, 2024
1 parent 842510e commit dc1018c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions depthmap/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ int main(int argc, char *argv[]) {
QString outputPath = "/Users/erika/Desktop/testcenterRel_copia/photogrammetry/depthmap_projectL05C13.png";
Depthmap depth;
OrthoDepthmap ortho;

depth.loadDepth(qPrintable(depthmapPath));
depth.computeNormals();
depth.loadNormals("/Users/erika/Desktop/testcenterRel_copia/rti/L05C12/means.png");
depth.saveNormals("/Users/erika/Desktop/testcenterRel_copia/photogrammetry/original.obj");
ortho.saveObj("/Users/erika/Desktop/testcenterRel_copia/photogrammetry/original.obj");

Expand Down

0 comments on commit dc1018c

Please sign in to comment.