mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 19:39:55 +08:00
ENH: Increase default selection threshold for ease of use
This commit is contained in:
@@ -34,7 +34,7 @@ class LineProfile(PlotPlugin):
|
||||
"""
|
||||
name = 'Line Profile'
|
||||
|
||||
def __init__(self, linewidth=1, maxdist=5, epsilon='deprecated',
|
||||
def __init__(self, linewidth=1, maxdist=10, epsilon='deprecated',
|
||||
limits='image', **kwargs):
|
||||
super(LineProfile, self).__init__(**kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user