Skip to content

ydking0911/SeamCarving-ImageEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seam Carving Image Editor (python)

Introduction

This is a Seam Carving algorithm Term Project.

The goal of this project is to create a program that can resize JPG files through the seam carving technique. In addition to resizing, the program also allows users to designate specific areas for deletion or protection, and apply the seam carving accordingly.

Installation

$ git clone https://github.com/9September/Seam_Carving_Python

Backend

$ cd Seam_Carving_Python
$ # 업데이트 예정

Useage Example

# GUI Application 실행
$ python main.py

# Realtime seam carving 실행
$ python realtime.py path/to/image.jpg

File Structure

Seam_Carving_Python/
├── main.py            # GUI 기반 seam carving 실행 파일
├── realtime.py        # 실시간 seam carving 실행 파일
├── seam_carving.py    # Seam Carving 알고리즘 구현
└── Sketcher.py        # 이미지 마스킹 및 스케치 기능 구현

Dependencies

Python 3.x
OpenCV
NumPy
PyQt5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages