mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
Add relabel_sequential to __init__ import
This commit is contained in:
@@ -4,7 +4,7 @@ from .slic_superpixels import slic
|
||||
from ._quickshift import quickshift
|
||||
from .boundaries import find_boundaries, visualize_boundaries, mark_boundaries
|
||||
from ._clear_border import clear_border
|
||||
from ._join import join_segmentations, relabel_from_one
|
||||
from ._join import join_segmentations, relabel_from_one, relabel_sequential
|
||||
|
||||
|
||||
__all__ = ['random_walker',
|
||||
@@ -16,4 +16,5 @@ __all__ = ['random_walker',
|
||||
'mark_boundaries',
|
||||
'clear_border',
|
||||
'join_segmentations',
|
||||
'relabel_from_one']
|
||||
'relabel_from_one',
|
||||
'relabel_sequential']
|
||||
|
||||
Reference in New Issue
Block a user