Skip to content

基于opencv的美颜算法,可以根据图像亮度自动提亮图像和提高图像饱和度。

Notifications You must be signed in to change notification settings

hewen0901/skin_detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skin_detect_SDK

  • 功能介绍:

    1. 美颜图像;
    2. 判断输入图像是否为灰度图;
  • 使用说明:

    1. 输入图像只支持8位三通道的RGB 1080p图像,其他图像需要转换;

    2. cd baby_skin_detect
      mkdir build
      cd build
      cmake ..
      make -j4
      ./Test_app filepath
  • 适用平台:pc

  • 编写语言:c++

    20210106 -----by nero

About

基于opencv的美颜算法,可以根据图像亮度自动提亮图像和提高图像饱和度。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published