In [ ]:
from ipython_slideatlas import *
slideatlas_load("http://new.slide-atlas.org/", scale=0.5)
In [ ]:
current_view
In [ ]:
# Sample image is saved from
# http://cs-www.cs.yale.edu/homes/shahar/Images/Research/TextureFlow/TrickyNothdurftSquare.gif
from analysis_tools import analyze_orientations
pattern = Image.open("/home/dhan/Downloads/pattern2.png")
analyze_orientations(pattern)
In [ ]:
analyze_orientations(current_view)
In [ ]: