mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
Switched lena for astronaut
This commit is contained in:
@@ -44,7 +44,7 @@ image:
|
||||
from skimage import data
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
image = data.lena()
|
||||
image = data.astronaut()
|
||||
|
||||
fig = plt.figure( figsize=(14,7) )
|
||||
ax_each = fig.add_subplot(121)
|
||||
|
||||
Reference in New Issue
Block a user