https://github.com/kasraskari/skin-retouching
skin retouching and using mouse-handling with OpenCV
https://github.com/kasraskari/skin-retouching
computer-vision inpainting jupyter-notebook mouse-events opencv python skin-retouching
Last synced: 5 months ago
JSON representation
skin retouching and using mouse-handling with OpenCV
- Host: GitHub
- URL: https://github.com/kasraskari/skin-retouching
- Owner: KasrAskari
- Created: 2024-09-06T20:34:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T12:38:28.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:43:12.580Z (over 1 year ago)
- Topics: computer-vision, inpainting, jupyter-notebook, mouse-events, opencv, python, skin-retouching
- Language: Jupyter Notebook
- Homepage:
- Size: 239 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skin Retouching
## Overview
This repository provides a solution for automated skin retouching in digital images. It focuses on enhancing image quality while preserving natural textures and details, suitable for applications in photography, beauty enhancement, and image processing workflows.
## Features
- **Facial Detection:** Automatically identifies facial regions in images.
- **Skin Retouching:** Smoothens skin textures while maintaining realism.
- **Customizable Parameters:** Users can adjust retouching intensity and effects.
- **Batch Processing:** Supports processing multiple images simultaneously.
## Project Structure
- **`src/`**: Contains core scripts for image processing.
- **`models/`**: Pre-trained models for skin detection and enhancement.
- **`outputs/`**: Stores retouched images.
- **`examples/`**: Sample images demonstrating the process.
## Technologies Used
- **OpenCV:** For image processing and facial detection.
- **Python 3.x:** Main programming language for scripts.
- **Deep Learning Frameworks:** Utilized for skin detection and enhancement.
## License
This project is open-source under the MIT License.