Skip to content

快速在项目中集成美颜和滤镜效果,基于GPUImage的自定义相机功能,包括聚焦放大拍照录像等,且集成系统人脸识别功能。

Notifications You must be signed in to change notification settings

hiETsang/SimpleFliter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFliter

image  image2

快速在项目中集成美颜和滤镜效果,两种磨皮美白滤镜以及多种其他风格滤镜,基于GPUImage的再次封装自定义相机功能,内部还包含了系统人脸识别功能。

功能

  • 对图片美白磨皮
  • 对图片加滤镜
  • 实时相机美白磨皮
  • 实时相机加滤镜
  • 简易切换滤镜
  • 人脸识别
  • 选择相机区域检测人脸
  • 拍照
  • 录制视频

使用

image

  • 滤镜包括两种美白磨皮的滤镜以及十余种instagram风格滤镜。
  • 相机使用
- (void)viewDidLoad {
    [super viewDidLoad];
    self.capture = [[LVCaptureController alloc] initWithQuality:AVCaptureSessionPresetHigh position:LVCapturePositionFront enableRecording:YES];
    [self.capture attachToViewController:self withFrame:self.view.bounds];
}

-(void)viewDidAppear:(BOOL)animated
{
    [super viewDidAppear:animated];
    [self.capture start];
}

如果对你有帮助可以顺手点个🌟!

About

快速在项目中集成美颜和滤镜效果,基于GPUImage的自定义相机功能,包括聚焦放大拍照录像等,且集成系统人脸识别功能。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published