Skip to content

Commit 7ee84a5

Browse files
docs: more info on what fill_holes means
1 parent cedeb0a commit 7ee84a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

igneous/tasks/mesh/mesh.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ def __init__(self, shape, offset, layer_path, **kwargs):
8585
UNIX timestamp.
8686
fill_holes (int):
8787
0: off
88+
1: simple hole filling
89+
2: also fill borders in 2d on sides of image
90+
3: also perform a morphological closing using 3x3x3 stencil
8891
"""
8992
super(MeshTask, self).__init__(shape, offset, layer_path, **kwargs)
9093
self.shape = Vec(*shape)

0 commit comments

Comments
 (0)