Skip to content

Commit dc1018c

Browse files
author
Erika
committed
fixed class structure
1 parent 842510e commit dc1018c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

depthmap/main.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ int main(int argc, char *argv[]) {
2222
QString outputPath = "/Users/erika/Desktop/testcenterRel_copia/photogrammetry/depthmap_projectL05C13.png";
2323
Depthmap depth;
2424
OrthoDepthmap ortho;
25+
2526
depth.loadDepth(qPrintable(depthmapPath));
2627
depth.computeNormals();
28+
depth.loadNormals("/Users/erika/Desktop/testcenterRel_copia/rti/L05C12/means.png");
2729
depth.saveNormals("/Users/erika/Desktop/testcenterRel_copia/photogrammetry/original.obj");
2830
ortho.saveObj("/Users/erika/Desktop/testcenterRel_copia/photogrammetry/original.obj");
2931

0 commit comments

Comments
 (0)