Skip to content

Commit 40b295e

Browse files
committed
[software] fix depthmap scale in convertDepthMap
depthmap scale was not handled correctly when transforming depthmaps into meshes
1 parent c42f00f commit 40b295e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/software/convert/main_convertDepthMap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ int aliceVision_main(int argc, char** argv)
186186
}
187187

188188
// initialize multi-view parameters
189-
mvsUtils::MultiViewParams mp(sfmData, "", depthMapsFolder, "");
189+
mvsUtils::MultiViewParams mp(sfmData, "", depthMapsFolder, "", true);
190190

191191
// build camera indexes list
192192
std::vector<int> cams;

0 commit comments

Comments
 (0)