In [6]:
%pylab inline
In [7]:
from tools import *
from alignment import *
In [5]:
imgs_name, imgs = readImagesInDir(sample_directory)
markLandmarks(imgs)
pylab.rcParams['figure.figsize'] = (25.0, 18.0)
showMosaic(imgs, imgs_name, ncols=3)
In [4]:
landmark_detector = CSIROLandmarkDetector()
%timeit landmark_detector.detectLandmarks(imgs[0])
In [ ]:
In [4]: