Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 316 Bytes

Seam Carving

def seam_carve(image, mode, mask=None):
    """
        @:param image
        @:param mode: 'horizontal shrink'
                      'vertical shrink'
                      'horizontal expand'
                      'vertical expand'
        @:param mask
    """

Image