Skip to content

Commit e2f8d3b

Browse files
fix: add type for foreground_offset
1 parent 523f783 commit e2f8d3b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cc3d/fastcc3d.pyi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,3 +359,10 @@ def draw(
359359
) -> NDArray[UnsignedIntegerT]:
360360
"""Draws label onto the provided image according to runs."""
361361
...
362+
363+
def foreground_offset(
364+
labels:NDArray[np.uint64],
365+
offset:int,
366+
):
367+
...
368+

0 commit comments

Comments
 (0)