Skip to content

ChongMingWei/skin-deep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skin-deep: Generate faces with smoother skin

This program takes effective steps to generate pixels with smooth skin:

  1. Skin detection: detect image pixels and regions that contain skin-tone color.
  2. Edge detection: obtain an edge map for applying noise reduction over skin.

Build and Verify

Run make and you should see the generated main file. Its usage:

./main -i <infile.jpg> [-l denoise_level] [-o output_img_name]

The default output filename is out.jpg.

License

skin-deepis released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

External source code:

  • stb_image.h and stb_image_write.h: Taken from stb, MIT License or public domain.

About

Generate faces with smoother skin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.5%
  • Makefile 5.5%