Deep-Live-Cam/modules/processors/frame
asateesh99 5708be40eb SMOOTHER MOUTH MASK: Enhanced Blending & Feathering
MOUTH MASK IMPROVEMENTS:
- Increased Gaussian blur from (15,15) to (25,25) for smoother edges
- Enhanced feather amount from 30 to 35 pixels
- Added 1.2x feather multiplier for extra softness
- Additional smoothing pass with (7,7) Gaussian blur

 SMOOTHER RESULTS:
- Much softer mouth mask edges
- Better blending with original mouth
- More natural mouth area transitions
- Reduced harsh edges and artifacts

 TECHNICAL IMPROVEMENTS:
- create_lower_mouth_mask(): Better blur parameters
- apply_mouth_area(): Enhanced feathering algorithm
- Double-pass smoothing for extra softness
- Maintained good FPS performance

 EXPECTED RESULTS:
- Smoother mouth mask appearance
- More natural mouth blending
- Less noticeable mask boundaries
- Professional-looking mouth area preservation
2025-07-16 04:42:21 +05:30
..
__init__.py initial commit 2023-09-24 21:36:57 +08:00
core.py fix 2025-04-19 16:03:24 +03:00
face_enhancer.py fix & add trt support 2025-04-19 16:03:49 +03:00
face_swapper.py SMOOTHER MOUTH MASK: Enhanced Blending & Feathering 2025-07-16 04:42:21 +05:30