mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-14 11:18:06 +08:00
Merge pull request #380 from tonysyu/mark-boundaries-regression
Make black the default boundary color for mark_boundaries.
This commit is contained in:
@@ -13,7 +13,7 @@ def find_boundaries(label_img):
|
||||
return boundaries
|
||||
|
||||
|
||||
def mark_boundaries(image, label_img, color=(1, 1, 0), outline_color=None):
|
||||
def mark_boundaries(image, label_img, color=(1, 1, 0), outline_color=(0, 0, 0)):
|
||||
"""Return image with boundaries between labeled regions highlighted.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user