We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842510e commit dc1018cCopy full SHA for dc1018c
depthmap/main.cpp
@@ -22,8 +22,10 @@ int main(int argc, char *argv[]) {
22
QString outputPath = "/Users/erika/Desktop/testcenterRel_copia/photogrammetry/depthmap_projectL05C13.png";
23
Depthmap depth;
24
OrthoDepthmap ortho;
25
+
26
depth.loadDepth(qPrintable(depthmapPath));
27
depth.computeNormals();
28
+ depth.loadNormals("/Users/erika/Desktop/testcenterRel_copia/rti/L05C12/means.png");
29
depth.saveNormals("/Users/erika/Desktop/testcenterRel_copia/photogrammetry/original.obj");
30
ortho.saveObj("/Users/erika/Desktop/testcenterRel_copia/photogrammetry/original.obj");
31
0 commit comments