Remove lineprofile temporarily (saved in a branch)

This commit is contained in:
Tony S Yu
2012-07-27 22:32:42 -04:00
parent 117d13a800
commit 7615a856c5
3 changed files with 0 additions and 299 deletions
-9
View File
@@ -1,9 +0,0 @@
from skimage import data
from skimage.viewer import ImageViewer
from skimage.viewer.plugins.lineprofile import LineProfile
image = data.camera()
viewer = ImageViewer(image)
viewer += LineProfile()
viewer.show()