Skip to content

Commit

Permalink
More detail on description of overlapSize parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
neilflood committed May 28, 2024
1 parent b7b9f42 commit bd9a5c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyshepseg/tiling.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ def doTiledShepherdSegmentation(infile, outfile, tileSize=DFLT_TILESIZE,
right and bottom edges of the input image may end up slightly
larger than tileSize to ensure there are no small tiles.
overlapSize : int
Number of pixels to overlap tiles (??? should give more precise detail....)
Number of pixels to overlap tiles. The overlap area is a rectangle,
this many pixels wide, which is covered by both adjacent tiles.
minSegmentSize : int
Minimum number of pixels in a segment
numClusters : int
Expand Down

0 comments on commit bd9a5c5

Please sign in to comment.