# Seam-Carving-using-DP **Repository Path**: userjkliu/Seam-Carving-using-DP ## Basic Information - **Project Name**: Seam-Carving-using-DP - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Seam-Carving-using-DP Python implementation of an algorithm that finds out the seam (lowest energy line of pixel) of an image from top to bottom and removes it without affecting the main content of the image.