mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
Update variable name for RGB line profile
This commit is contained in:
@@ -6,4 +6,4 @@ from skimage.viewer.plugins.lineprofile import LineProfile
|
||||
image = data.chelsea()
|
||||
viewer = ImageViewer(image)
|
||||
viewer += LineProfile()
|
||||
line, profiles = viewer.show()[0]
|
||||
line, rgb_profiles = viewer.show()[0]
|
||||
|
||||
Reference in New Issue
Block a user