cpuimage / skin_smoothing

an efficient algorithm for skin smoothing implementation in c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skin Smoothing

an efficient algorithm for skin smoothing implementation in c

The algorithm steps are as follows

  1. detect skin color, adapt radius according to skin color ratio

  2. perform edge detection to obtain a edge map && smoothing level for apply skin denoise

  3. re-detect skin color based on the denoise results, filtered non-skin areas

Donating

If you found this project useful, consider buying me a coffee

Buy Me A Coffee

About

an efficient algorithm for skin smoothing implementation in c

License:MIT License


Languages

Language:C 100.0%Language:CMake 0.0%