Omnibus's picture
Upload 5 files
a5e7e8b
raw
history blame contribute delete
236 Bytes
from .stitcher import ImageStitcher
from .helpers import display
from .helpers import load_frames
__doc__ = '''
image_stitching is based around the ImageStitcher class which handles all
feature extraction and image warping
'''