Skip to content

Instantly share code, notes, and snippets.

View leejseo's full-sized avatar
🤔
:thinking_face:

Jongseo Lee leejseo

🤔
:thinking_face:
View GitHub Profile
@leejseo
leejseo / broken.py
Created December 9, 2024 15:41
Overlay broken glass
import cv2
import numpy as np
def overlay_glass_effect(input_path, glass_path, output_path, alpha=0.5):
"""
input 사진 위에 glass.png를 합성하여 효과를 적용하는 함수
:param input_path: 원본 이미지 경로
:param glass_path: 유리 패턴 이미지 경로
:param output_path: 결과 이미지 저장 경로