DSFacialGestureDetector:具有流视频的CIDetector

时间:2024-03-11 20:59:39
【文件属性】:

文件名称:DSFacialGestureDetector:具有流视频的CIDetector

文件大小:52KB

文件格式:ZIP

更新时间:2024-03-11 20:59:39

Objective-C

DSFacialGestureDetector 在iOS7苹果公司推出新的脸特征检测到 。 自从我一直在想是否可以“馈送”它的流式视频并做出新的手势-面部手势。 安装: 使用cocoapods: pod 'DSFacialGestureDetector' 或将“检测器”目录下的所有文件导入到您的项目中。 使用: 在您的视图控制器中: #import 实现: 在里面: self.facialGesturesDetector = [DSFacialGesturesDetector new ]; self.facialGesturesDetector.delegate = self; self.facialGesture


【文件预览】:
DSFacialGestureDetector-master
----.gitignore(553B)
----Detector()
--------DSFacialGestureCameraCapturer.h(695B)
--------UIDevice+ExifOrientation.m(1KB)
--------DSFacialGestureAggregator.h(623B)
--------UIDevice+ExifOrientation.h(2KB)
--------DSFacialGesturesDetector.h(815B)
--------DSFacialGestureCameraCapturer.m(5KB)
--------DSFacialGesture.h(708B)
--------DSFacialGesturesDetector.m(4KB)
--------DSFacialGesture.m(1008B)
--------DSFacialGestureAggregator.m(6KB)
----DSFacialGestureDetectorExampleProject()
--------DSFacialGestureDetectorExampleProject.xcodeproj()
--------DSFacialGestureDetectorExampleProject()
----README.md(1KB)
----DSFacialGestureDetector.podspec(961B)
----MIT-LICENSE(1KB)

网友评论