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.
$ git clone https://github.com/9September/Seam_Carving_Python$ cd Seam_Carving_Python
$ # 업데이트 예정# GUI Application 실행
$ python main.py
# Realtime seam carving 실행
$ python realtime.py path/to/image.jpgSeam_Carving_Python/
├── main.py # GUI 기반 seam carving 실행 파일
├── realtime.py # 실시간 seam carving 실행 파일
├── seam_carving.py # Seam Carving 알고리즘 구현
└── Sketcher.py # 이미지 마스킹 및 스케치 기능 구현Python 3.x
OpenCV
NumPy
PyQt5