Skip to content

Commit 97ed377

Browse files
authored
Update DepthMaskFilter.py
1 parent 66b7692 commit 97ed377

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

DepthMaskFilter.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
#
1515
# This node includes the minor fix by tpontin https://github.com/alicevision/meshroom/pull/641#issuecomment-603876386
1616
# As this node was intended as Meshroom contribution, it is licensed under MPLv2
17+
#
18+
# Node inputs:
19+
# Input: cameraInit.sfm for input image file names (.sfm only, no alembic)
20+
# Filtered Depth Maps Folder: depth maps folder output of DepthMaskFilter
21+
# Mask Folder: folder containing b/w mask .PNG images with the same names as the associated input files
22+
# The masks have to be rectified, so you cannot use your generated masks directly, but have to run them through a PrepareDenseScene node
23+
# (https://github.com/alicevision/meshroom/pull/641)
1724
#
1825
# See https://github.com/alicevision/meshroom/pull/708 for the latest DepthMaskFilter implementation in Meshroom
1926

0 commit comments

Comments
 (0)